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 67df589956 Fix the existing JUnit tests to the 2015 version of WKT2.
It allows us to start implementing the 2019 version without breaking the tests.
new 70af867f4a Complete the support of WKT 2 `USAGE` element and update
the tests accordingly. This first simple WKT2:2019 element gives us a way to
test the distinction between the two versions of WKT 2.
new 062a8de71d Add the support of `AXISMINVALUE`, `AXISMAXVALUE` and
`RANGEMEANING` from ISO 19162:2019.
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:
.../org/apache/sis/console/CRSCommandTest.java | 7 +-
.../main/org/apache/sis/io/wkt/AbstractParser.java | 73 +++++++
.../main/org/apache/sis/io/wkt/Convention.java | 46 +++--
.../main/org/apache/sis/io/wkt/Element.java | 2 +-
.../main/org/apache/sis/io/wkt/Formatter.java | 6 +-
.../apache/sis/io/wkt/GeodeticObjectParser.java | 221 ++++++++++++---------
.../org/apache/sis/io/wkt/MathTransformParser.java | 25 ++-
.../main/org/apache/sis/io/wkt/Transliterator.java | 20 +-
.../sis/referencing/DefaultObjectDomain.java | 1 +
.../apache/sis/referencing/crs/AbstractCRS.java | 6 +-
.../sis/referencing/crs/DefaultGeodeticCRS.java | 3 +-
.../cs/DefaultCoordinateSystemAxis.java | 105 +++++++---
.../referencing/datum/DefaultGeodeticDatum.java | 3 +-
.../apache/sis/referencing/privy/WKTKeywords.java | 16 +-
.../apache/sis/referencing/privy/WKTUtilities.java | 63 ------
.../sis/io/wkt/GeodeticObjectParserTest.java | 65 +++++-
.../test/org/apache/sis/io/wkt/WKTFormatTest.java | 1 +
.../referencing/AbstractReferenceSystemTest.java | 34 +++-
.../referencing/crs/DefaultCompoundCRSTest.java | 5 +-
.../referencing/crs/DefaultGeocentricCRSTest.java | 3 +-
.../referencing/crs/DefaultGeographicCRSTest.java | 17 +-
.../referencing/crs/DefaultProjectedCRSTest.java | 9 +-
.../cs/DefaultCoordinateSystemAxisTest.java | 41 ++--
.../datum/DefaultGeodeticDatumTest.java | 7 +-
24 files changed, 497 insertions(+), 282 deletions(-)