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 08239e9570 Fix the extensive tests with EPSG 9.9.1. This commit does 
not include the fixes for EPSG 12.
     new ee82317bc6 The name of a few map projection parameters changed in EPSG 
12. The old names (from EPSG 9) are kept as aliases.
     new e769f55158 Improve interoperability between CRS defined with a datum 
ensemble and CRS defined in the old way, before datum ensembles were introduced.

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:
 .../main/org/apache/sis/referencing/Builder.java   |   4 +-
 .../main/org/apache/sis/referencing/CRS.java       |   1 +
 .../apache/sis/referencing/crs/AbstractCRS.java    |  28 ++-
 .../sis/referencing/crs/AbstractDerivedCRS.java    |   9 -
 .../sis/referencing/crs/AbstractSingleCRS.java     |  53 ++---
 .../sis/referencing/crs/DefaultCompoundCRS.java    |   2 +-
 .../sis/referencing/crs/DefaultDerivedCRS.java     |  38 +++
 .../sis/referencing/crs/DefaultEngineeringCRS.java |  10 +
 .../sis/referencing/crs/DefaultGeodeticCRS.java    |  14 +-
 .../sis/referencing/crs/DefaultParametricCRS.java  |  10 +
 .../sis/referencing/crs/DefaultProjectedCRS.java   |  10 +
 .../sis/referencing/crs/DefaultTemporalCRS.java    |   9 +
 .../sis/referencing/crs/DefaultVerticalCRS.java    |  10 +
 .../sis/referencing/datum/DatumOrEnsemble.java     | 263 +++++++++++++++++----
 .../referencing/internal/VerticalDatumTypes.java   |   1 +
 .../operation/AbstractSingleOperation.java         |   4 +-
 .../operation/DefaultOperationMethod.java          |   6 +-
 .../operation/projection/NormalizedProjection.java |   1 +
 .../operation/provider/ObliqueMercator.java        |  12 +-
 .../apache/sis/referencing/privy/WKTUtilities.java |  32 ---
 .../transform/DefaultMathTransformFactoryTest.java |   2 +-
 .../report/CoordinateOperationMethods.java         |   2 +-
 .../sis/test/integration/ConsistencyTest.java      |  15 +-
 .../main/org/apache/sis/util/privy/Constants.java  |   1 +
 24 files changed, 384 insertions(+), 153 deletions(-)

Reply via email to