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 92cb82585e Merge branch 'geoapi-3.1'
add a0c8157ef6 Remove the hack which were added for testing SIS with EPSG
9 or 12. Even if SIS should still be compatible with EPSG 9, the tests now
assume EPSG 12.
add 17ef3cb68e WKT 2 consolidation: * Support the `CoordinateMetadata` and
`Version` elements. * Make `ConcatenatedOperation` formatting compliant with
the standard. * Reorganize the list of keywords by alphabetical order for
easier maintenance.
add 85dd6fbbf2 Fix wrong formatting of concatenated operation, and add
parsing support.
add cb9d0cfae4 Adjust the operation method providers for changes in EPSG
database.
add 38a53c45ac Fix parameter aliases for making them compliant with EPSG
definitions.
add 14ecaa6557 Merge branch 'geoapi-4.0' into geoapi-3.1. Contains bug
fixes.
new be4deee44b Merge branch 'geoapi-3.1'
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/console/FormattedOutputCommand.java | 2 +-
.../org/apache/sis/console/TransformCommand.java | 4 +-
.../org/apache/sis/console/CRSCommandTest.java | 13 +
.../sis/coverage/grid/ClippedGridCoverageTest.java | 2 +-
.../org/apache/sis/xml/bind/lan/PT_FreeText.java | 2 +-
.../sis/openoffice/ReferencingFunctions.java | 22 +-
.../sis/openoffice/ReferencingFunctionsTest.java | 8 +-
.../apache/sis/io/wkt/GeodeticObjectParser.java | 171 +++++++++----
.../referencing/datum/DefaultDatumEnsemble.java | 15 ++
.../referencing/factory/AuthorityFactoryProxy.java | 40 +--
.../factory/ConcurrentAuthorityFactory.java | 5 +-
.../factory/MultiAuthoritiesFactory.java | 2 +-
.../referencing/factory/sql/EPSGDataAccess.java | 12 +-
.../operation/AbstractCoordinateOperation.java | 58 ++---
.../operation/DefaultConcatenatedOperation.java | 43 +++-
.../DefaultCoordinateOperationFactory.java | 40 ++-
.../referencing/operation/projection/Mercator.java | 11 +-
.../operation/provider/AbstractLambert.java | 2 +
.../operation/provider/AbstractMercator.java | 2 +
.../operation/provider/AbstractStereographic.java | 2 +
.../operation/provider/AxisOrderReversal.java | 4 +-
.../operation/provider/AxisOrderReversal3D.java | 4 +-
.../operation/provider/CassiniSoldner.java | 4 +
.../operation/provider/Equirectangular.java | 10 +-
.../provider/FranceGeocentricInterpolation.java | 6 +-
.../operation/provider/GeocentricAffine.java | 31 ++-
.../operation/provider/GeocentricTranslation.java | 1 +
.../provider/GeographicAndVerticalOffsets.java | 5 +-
.../operation/provider/GeographicOffsets.java | 3 +-
.../provider/LambertAzimuthalEqualArea.java | 4 +
.../operation/provider/LambertConformal1SP.java | 3 +
.../operation/provider/LambertConformal2SP.java | 8 +-
.../provider/LambertConformalMichigan.java | 4 +-
.../operation/provider/LambertConformalWest.java | 1 +
.../provider/LambertCylindricalEqualArea.java | 4 +
.../operation/provider/MapProjection.java | 16 +-
.../operation/provider/Mercator1SP.java | 2 +
.../provider/ModifiedAzimuthalEquidistant.java | 4 +
.../referencing/operation/provider/Mollweide.java | 2 +-
.../operation/provider/ObliqueMercator.java | 2 +
.../operation/provider/ObliqueStereographic.java | 2 +
.../operation/provider/Orthographic.java | 4 +
.../operation/provider/PolarStereographicA.java | 2 +
.../referencing/operation/provider/Polyconic.java | 4 +
.../operation/provider/RegionalMercator.java | 36 ++-
.../operation/provider/TransverseMercator.java | 2 +
.../provider/ZonedTransverseMercator.java | 2 +
.../apache/sis/referencing/privy/WKTKeywords.java | 267 ++++++++-------------
.../sis/io/wkt/GeodeticObjectParserTest.java | 7 +-
.../org/apache/sis/referencing/Assertions.java | 67 +-----
.../org/apache/sis/referencing/CommonCRSTest.java | 2 +-
.../sis/referencing/GeodeticObjectVerifier.java | 10 +-
.../referencing/factory/sql/EPSGFactoryTest.java | 9 +-
.../DefaultConcatenatedOperationTest.java | 75 +++++-
.../operation/DefaultTransformationTest.java | 3 +-
.../referencing/operation/PassThroughOperation.xml | 4 +-
.../operation/provider/ProvidersTest.java | 121 +++++++++-
.../sis/test/integration/ConsistencyTest.java | 39 +--
.../main/org/apache/sis/storage/base/CodeType.java | 25 +-
.../test/org/apache/sis/test/Assertions.java | 13 +-
.../org/apache/sis/test/ProjectDirectories.java | 79 ++----
61 files changed, 808 insertions(+), 539 deletions(-)