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 b362b47c1f Upgrade for the removal of `OperationMethod.getSourceDimensions()` and `getTargetDimensions()` methods from GeoAPI. This change implies the removal of `AbstractProvider.redimension(int, int)` method from Apache SIS internal API, which is a major simplification but requires that we specify the desired source/target dimensions in another way. This is done by adding a `MathTransformProvider.Context` interface. new 7ed0df72f3 As a consequence of the change in previous commit, remove the SIS-specific "dim" parameter in Geographic/Geocentric conversions. That parameter was not part of OGC standard neither in EPSG database. It was a hack needed by SIS as a way to specify the desired number of dimensions, but this hack is no longer needed now. new 184ea54db1 Minor cleaning for a method which is no longer worth to define. The 2 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: .../referencing/factory/GeodeticObjectFactory.java | 14 ++------ .../operation/CoordinateOperationFinder.java | 8 +---- .../provider/FranceGeocentricInterpolation.java | 16 ++------- .../GeocentricAffineBetweenGeographic.java | 16 ++++----- .../operation/provider/GeocentricToGeographic.java | 4 +-- .../operation/provider/GeographicToGeocentric.java | 42 ++++------------------ .../referencing/operation/provider/Molodensky.java | 15 ++------ .../referencing/operation/provider/Wraparound.java | 5 ++- .../transform/DefaultMathTransformFactory.java | 3 -- .../transform/EllipsoidToCentricTransform.java | 8 ++--- .../operation/transform/MolodenskyTransform.java | 1 + 11 files changed, 32 insertions(+), 100 deletions(-)