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 94cdd0cb3b Complete the support of the new WKT keywords for
`GeographicCRS` and other CRS types. Change the default unit of measurement of
`PARAMETER` as clarified in ISO 19162:2019. Replace usage of `Date` by
`java.time` in WKT parsing of temporal CRS.
new 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.
new 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.
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/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 | 10 +-
.../sis/openoffice/ReferencingFunctionsTest.java | 8 +-
.../apache/sis/io/wkt/GeodeticObjectParser.java | 88 +++++--
.../referencing/factory/AuthorityFactoryProxy.java | 33 ++-
.../factory/MultiAuthoritiesFactory.java | 2 +-
.../referencing/factory/sql/EPSGDataAccess.java | 12 +-
.../operation/AbstractCoordinateOperation.java | 61 +++--
.../operation/DefaultConcatenatedOperation.java | 11 +-
.../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 | 54 ++++-
.../operation/DefaultTransformationTest.java | 3 +-
.../referencing/operation/PassThroughOperation.xml | 4 +-
.../report/CoordinateReferenceSystems.java | 4 +-
.../sis/test/integration/ConsistencyTest.java | 41 +---
.../main/org/apache/sis/storage/base/CodeType.java | 25 +-
25 files changed, 369 insertions(+), 372 deletions(-)