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 7c9b89f905 `MemoryGridResource.read(…)` should support more than 2
dimensions.
new c9cf4f9e43 Adjust the check for geoid-based realization method.
new 073df1665d Use a consistent naming convention for the tables that are
new in EPSG 10+.
new d918d5e6fb Rename the enumeration types in `EPSG_Prepare.sql` to the
final names that they will have in the database. The previous version was using
temporary names which were changed on-the-fly during the installation. Finer
conversion to `VARCHAR` for databases that do not support enumerations.
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:
.../referencing/factory/sql/AuthorityCodes.java | 2 +-
.../referencing/factory/sql/EPSGCodeFinder.java | 2 +-
.../referencing/factory/sql/EPSGDataAccess.java | 24 ++---
.../sis/referencing/factory/sql/EPSGInstaller.java | 32 +++---
.../sis/referencing/factory/sql/EPSG_Prepare.sql | 29 +++---
.../sis/referencing/factory/sql/SQLTranslator.java | 111 ++++++++++++---------
.../sis/referencing/factory/sql/TableInfo.java | 36 +++----
.../referencing/internal/VerticalDatumTypes.java | 2 +-
.../sis/referencing/factory/sql/epsg/README.md | 11 +-
9 files changed, 134 insertions(+), 115 deletions(-)