This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.
from 6722ec6 lfix(Feature): improve envelope operation to ensure attribute
envelopes have a CRS defined if possible
new e213eb5 Fix a NullPointerException when using directly a `new
Formatter()` instance.
new aa195d2 Trivial comments formatting (no code change).
new bc27996 Better determination of the inverse of an OperationMethod.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../internal/referencing/SignReversalComment.java | 2 +-
.../referencing/provider/AbstractProvider.java | 15 ++++--
.../sis/internal/referencing/provider/Affine.java | 8 +--
.../provider/FranceGeocentricInterpolation.java | 6 +--
.../provider/GeocentricToGeographic.java | 8 +--
.../referencing/provider/GeodeticOperation.java | 8 +--
.../referencing/provider/Geographic2Dto3D.java | 8 +++
.../referencing/provider/Geographic3Dto2D.java | 22 ++++++++
.../provider/GeographicToGeocentric.java | 8 +--
.../main/java/org/apache/sis/io/wkt/Formatter.java | 1 +
.../org/apache/sis/referencing/Properties.java | 37 ++++++++-----
.../factory/ConcurrentAuthorityFactory.java | 20 ++++----
.../factory/IdentifiedObjectFinder.java | 2 +-
.../referencing/factory/sql/EPSGDataAccess.java | 40 +++++++--------
.../operation/CoordinateOperationRegistry.java | 20 ++++++--
.../operation/InverseOperationMethod.java | 60 ++++++++++++----------
.../referencing/operation/SubOperationInfo.java | 5 +-
17 files changed, 165 insertions(+), 105 deletions(-)