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 a20b329fb8 Allow FeatureSQL to understand different standards about the table of CRS definitions. Supported standards are: new 2b14e1bac6 Recognize more geometry types in SQL database. Derived from fixes by Johann Sorel. new da3c8abd29 Associate the geometry type encoding to the spatial schema. It reduces the need to create `Database` subclasses. This commit is derived from Johann Sorel's work. new 2e7ab796e1 Enable geopackage geometry support (work by Johann Sorel). 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/geometry/wrapper/GeometryType.java | 178 ++++++++++++++++----- .../apache/sis/geometry/wrapper/esri/Factory.java | 2 +- .../apache/sis/geometry/wrapper/j2d/Factory.java | 2 +- .../sis/geometry/wrapper/GeometryTypeTest.java | 25 ++- .../apache/sis/storage/sql/feature/Database.java | 2 +- .../storage/sql/feature/GeometryTypeEncoding.java | 56 +++++++ .../sis/storage/sql/feature/InfoStatements.java | 38 +---- .../sis/storage/sql/feature/SpatialSchema.java | 22 ++- .../sis/storage/sql/postgis/ExtendedInfo.java | 1 + .../main/module-info.java | 6 + 10 files changed, 240 insertions(+), 92 deletions(-) create mode 100644 endorsed/src/org.apache.sis.storage.sql/main/org/apache/sis/storage/sql/feature/GeometryTypeEncoding.java