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 31a6086 Add tests and fix missed sharing of WKT values.
new 54f66a8 Move `getAuthoritycodes(Class)` close to `getCodeSpaces().
This is a cut-and-paste with no code change.
new 3325923 Add more tests.
new 85cfff7 Handle the corner-case of coordinate system WKT (the "CS"
keyword) in definition of aliases.
The 3 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:
.../java/org/apache/sis/io/wkt/AbstractParser.java | 19 ++-
.../main/java/org/apache/sis/io/wkt/Element.java | 2 +-
.../apache/sis/io/wkt/GeodeticObjectParser.java | 4 +-
.../org/apache/sis/io/wkt/SingletonElement.java | 83 ++++++++++
.../java/org/apache/sis/io/wkt/StoredTree.java | 116 +++++++++++---
.../java/org/apache/sis/io/wkt/WKTDictionary.java | 172 +++++++++++----------
.../main/java/org/apache/sis/io/wkt/WKTFormat.java | 53 +++++--
.../org/apache/sis/io/wkt/WKTDictionaryTest.java | 92 ++++++++++-
.../resources/org/apache/sis/io/wkt/ExtraCRS.txt | 30 ++--
.../resources/org/apache/sis/io/wkt/Malformed.txt | 13 ++
10 files changed, 438 insertions(+), 146 deletions(-)
create mode 100644
core/sis-referencing/src/main/java/org/apache/sis/io/wkt/SingletonElement.java
create mode 100644
core/sis-referencing/src/test/resources/org/apache/sis/io/wkt/Malformed.txt