This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 1483fcf71b Merge branch 'geoapi-3.1'
     add 918e07bcbc Avoid usage of the deprecated `AxisDirection.OTHER` code 
list value.
     add adbe2180c3 ISO 19111 upgrade: VerticalDatumType removed, replaced by 
RealizationMethod.
     add 43241772b6 Merge branch 'geoapi-4.0' into geoapi-3.1: reduce usage of 
deprecated `AxisDirection.OTHER` and `VerticalDatumType`.
     add 3e79841b4c Post-merge adjustments in `VerticalDatumTypes`.
     add ff6542a3f7 Merge 'geoapi-4.0' into geoapi-3.1.
     new 428919e44a Merge branch 'geoapi-3.1': reduce usage of 
`AxisDirection.OTHER` and `VerticalDatumType`.

The 1 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:
 .../apache/sis/coverage/grid/GridExtentCRS.java    |   6 +-
 .../apache/sis/metadata/iso/extent/Extents.java    |  62 ++++-----
 .../sis/metadata/iso/extent/ExtentsTest.java       |   9 +-
 .../apache/sis/io/wkt/GeodeticObjectParser.java    |  22 +--
 .../main/org/apache/sis/referencing/CRS.java       |   4 +-
 .../main/org/apache/sis/referencing/CommonCRS.java |  24 ++--
 .../org/apache/sis/referencing/cs/AbstractCS.java  |   4 +-
 .../main/org/apache/sis/referencing/cs/Codes.java  |  24 ++--
 .../org/apache/sis/referencing/cs/Normalizer.java  |   4 +-
 .../referencing/datum/DefaultVerticalDatum.java    |  14 +-
 .../referencing/factory/sql/EPSGCodeFinder.java    |   7 -
 .../referencing/factory/sql/EPSGDataAccess.java    |  14 +-
 .../sis/referencing/factory/sql/TableInfo.java     |   1 -
 .../apache/sis/referencing/internal/Legacy.java    |   8 +-
 .../referencing/internal/VerticalDatumTypes.java   | 147 ++++++++++++---------
 .../operation/CoordinateOperationRegistry.java     |   2 +-
 .../sis/referencing/operation/matrix/Matrices.java |   2 +-
 .../sis/referencing/privy/AxisDirections.java      |  27 ++--
 .../privy/EllipsoidalHeightCombiner.java           |   3 +-
 .../referencing/privy/ReferencingUtilities.java    |   7 +-
 .../org/apache/sis/io/wkt/TransliteratorTest.java  |  13 +-
 .../org/apache/sis/referencing/CommonCRSTest.java  |  20 +--
 .../apache/sis/referencing/cs/HardCodedAxes.java   |   4 +-
 .../datum/DefaultVerticalDatumTest.java            |   4 +-
 .../sis/referencing/datum/HardCodedDatum.java      |   2 +-
 .../referencing/datum/VerticalDatum (GML 3.1).xml  |   2 +-
 .../internal/VerticalDatumTypesTest.java           |  32 +++--
 .../sis/referencing/privy/AxisDirectionsTest.java  |  21 +--
 .../org/apache/sis/storage/netcdf/base/Axis.java   |   2 +-
 29 files changed, 251 insertions(+), 240 deletions(-)

Reply via email to