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 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.
     new 85dd6fbbf2 Fix wrong formatting of concatenated operation, and add 
parsing support.
     new cb9d0cfae4 Adjust the operation method providers for changes in EPSG 
database.

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:
 .../apache/sis/io/wkt/GeodeticObjectParser.java    |  90 ++++++++++------
 .../referencing/datum/DefaultDatumEnsemble.java    |  15 +++
 .../factory/ConcurrentAuthorityFactory.java        |   5 +-
 .../operation/AbstractCoordinateOperation.java     |  16 +--
 .../operation/DefaultConcatenatedOperation.java    |  32 ++++--
 .../DefaultCoordinateOperationFactory.java         |  40 ++++++-
 .../referencing/operation/projection/Mercator.java |  11 +-
 .../operation/provider/AxisOrderReversal.java      |   4 +-
 .../operation/provider/AxisOrderReversal3D.java    |   4 +-
 .../operation/provider/Equirectangular.java        |   2 +-
 .../provider/FranceGeocentricInterpolation.java    |   2 +
 .../operation/provider/GeocentricTranslation.java  |   1 +
 .../provider/GeographicAndVerticalOffsets.java     |   5 +-
 .../operation/provider/LambertConformal1SP.java    |   1 +
 .../operation/provider/LambertConformal2SP.java    |   8 +-
 .../referencing/operation/provider/Mollweide.java  |   2 +-
 .../operation/provider/ObliqueMercator.java        |   2 +
 .../operation/provider/RegionalMercator.java       |  36 ++++++-
 .../provider/ZonedTransverseMercator.java          |   2 +
 .../DefaultConcatenatedOperationTest.java          | 119 +++++++++++----------
 .../provider/ParameterNameTableGenerator.java      |  16 ++-
 .../operation/provider/ProvidersTest.java          | 103 +++++++++++++++++-
 .../test/org/apache/sis/test/Assertions.java       |  13 ++-
 23 files changed, 379 insertions(+), 150 deletions(-)

Reply via email to