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 57c421ab99 Partial upgrade for ISO 19111:2019. This commit merely ensures that the code still compile. It does not yet implement new features such as dynamic datums and point motion operations. However this commit has some skeleton classes for dynamic CRS. new 194ed455ba Resolve deprecation warnings about `AuthorityFactory.getDescriptionText(String)`. new 4ec3a9b103 Resolve a few warnings (not all) about the deprecated `VerticalDatumType` code list. 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: .../apache/sis/metadata/iso/extent/Extents.java | 1 + .../org/apache/sis/test/mock/VerticalCRSMock.java | 49 ++++++++----- .../sis/openoffice/ReferencingFunctions.java | 4 +- .../main/org/apache/sis/io/wkt/VerticalInfo.java | 10 +-- .../main/org/apache/sis/io/wkt/WKTDictionary.java | 20 ++++-- .../org/apache/sis/referencing/DisplayName.java | 84 ++++++++++++++++++++++ .../apache/sis/referencing/IdentifiedObjects.java | 24 ++++++- .../sis/referencing/StandardDefinitions.java | 6 +- .../referencing/datum/DefaultVerticalDatum.java | 75 +++++++++++++++++-- .../referencing/factory/AuthorityFactoryProxy.java | 22 +++--- .../factory/CommonAuthorityFactory.java | 30 ++++---- .../factory/ConcurrentAuthorityFactory.java | 11 +-- .../factory/GeodeticAuthorityFactory.java | 41 ++++++++--- .../referencing/factory/GeodeticObjectFactory.java | 3 + .../factory/IdentifiedObjectFinder.java | 4 +- .../factory/MultiAuthoritiesFactory.java | 14 ++-- .../referencing/factory/sql/AuthorityCodes.java | 8 +-- .../referencing/factory/sql/EPSGDataAccess.java | 37 ++++++---- .../sis/referencing/factory/sql/package-info.java | 2 +- .../sis/referencing/internal/EPSGFactoryProxy.java | 8 ++- .../xml/bind/referencing/CD_VerticalDatumType.java | 1 + .../org/apache/sis/io/wkt/WKTDictionaryTest.java | 20 ++++-- .../test/org/apache/sis/io/wkt/WKTParserTest.java | 6 +- .../sis/referencing/AuthorityFactoriesTest.java | 17 +++-- .../org/apache/sis/referencing/CommonCRSTest.java | 1 + .../datum/DefaultVerticalDatumTest.java | 1 + .../sis/referencing/datum/HardCodedDatum.java | 2 + .../factory/CommonAuthorityFactoryTest.java | 18 +++-- .../factory/MultiAuthoritiesFactoryTest.java | 2 +- .../referencing/factory/sql/EPSGFactoryTest.java | 12 ++-- .../report/CoordinateReferenceSystems.java | 11 +-- .../apache/sis/test/integration/MetadataTest.java | 80 +++++++++++---------- .../sis/test/integration/MetadataVerticalTest.java | 6 +- .../org/apache/sis/storage/netcdf/base/Axis.java | 2 +- .../apache/sis/storage/netcdf/base/Linearizer.java | 5 +- .../main/org/apache/sis/storage/wkt/Store.java | 5 +- .../apache/sis/gui/referencing/AuthorityCodes.java | 3 +- 37 files changed, 469 insertions(+), 176 deletions(-) create mode 100644 endorsed/src/org.apache.sis.referencing/main/org/apache/sis/referencing/DisplayName.java