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 bae011b798 Minor editions to previous commit: - Report the reason why
metadata was missing. - Use the same punctuation than other resources/comments.
new 2b7f3285cf Rename `GeometryType` enumeration values for matching WKT
names.
new b9ad7e86ef Add a `GeometryType.getTypeName(Geometries)` method. The
Java class associated to the `TypeName` depends on the geometry library.
new 968260ebad Add a `FunctionRegister.describe(String)` method.
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:
.../apache/sis/internal/feature/GeometryType.java | 113 ++++++++++---
.../apache/sis/internal/feature/esri/Factory.java | 8 +-
.../apache/sis/internal/feature/jts/Factory.java | 20 +--
.../apache/sis/internal/feature/jts/Wrapper.java | 22 +--
.../sis/internal/filter/FunctionRegister.java | 12 +-
.../internal/filter/sqlmm/FunctionDescription.java | 176 +++++++++++++++++++++
.../apache/sis/internal/filter/sqlmm/Registry.java | 13 ++
.../apache/sis/internal/filter/sqlmm/SQLMM.java | 71 ++++++---
.../sis/internal/feature/GeometryTypeTest.java | 36 ++++-
.../internal/filter/sqlmm/RegistryTestCase.java | 18 +++
.../org/apache/sis/util/iso/DefaultTypeName.java | 5 +
.../java/org/apache/sis/util/iso/TypeNames.java | 6 +-
.../org/apache/sis/util/iso/TypeNamesTest.java | 17 +-
13 files changed, 434 insertions(+), 83 deletions(-)
create mode 100644
core/sis-feature/src/main/java/org/apache/sis/internal/filter/sqlmm/FunctionDescription.java