This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git
from f0d4a254e4 Merge branch 'geoapi-4.0' into geoapi-3.1. add 247d4bb78e Update for change in GeoAPI 4.0: deprecated `GeocentricCRS` interface is removed. new 798a145e1e Merge branch 'geoapi-4.0' into geoapi-3.1, but keep implementing the `GeocentricCRS` interface even if deprecated. However with this commit, the code now avoids to depend on that interface. The 1 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: .../org/apache/sis/buildtools/book/GEOAPI.lst | 1 - .../apache/sis/io/wkt/GeodeticObjectParser.java | 7 +-- .../main/org/apache/sis/referencing/CommonCRS.java | 17 +++--- .../apache/sis/referencing/crs/AbstractCRS.java | 26 ++++++++- .../sis/referencing/crs/DefaultDerivedCRS.java | 51 ++++++++++-------- .../sis/referencing/crs/DefaultGeocentricCRS.java | 52 ++++++++++-------- .../sis/referencing/crs/DefaultGeodeticCRS.java | 15 +++++- .../sis/referencing/crs/DefaultGeographicCRS.java | 32 +++++------ .../sis/referencing/crs/DefaultParametricCRS.java | 1 + .../sis/referencing/crs/DefaultTemporalCRS.java | 1 + .../sis/referencing/crs/DefaultVerticalCRS.java | 1 + .../sis/referencing/crs/SC_GeographicCRS.java | 5 +- .../org/apache/sis/referencing/crs/SubTypes.java | 32 ++--------- .../referencing/factory/AuthorityFactoryProxy.java | 13 ++++- .../factory/ConcurrentAuthorityFactory.java | 24 +++++++-- .../factory/GeodeticAuthorityFactory.java | 18 ++++++- .../referencing/factory/GeodeticObjectFactory.java | 62 +++++++++++++++++++--- .../factory/MultiAuthoritiesFactory.java | 17 ++++-- .../referencing/factory/sql/EPSGDataAccess.java | 4 +- .../referencing/internal/EPSGFactoryProxyCRS.java | 9 +++- .../apache/sis/referencing/internal/Legacy.java | 14 +++++ .../operation/DefaultOperationMethod.java | 1 - .../operation/provider/AbstractProvider.java | 2 +- .../referencing/privy/ReferencingUtilities.java | 2 +- .../apache/sis/referencing/privy/WKTKeywords.java | 5 +- .../apache/sis/xml/bind/referencing/SC_CRS.java | 4 +- .../sis/io/wkt/GeodeticObjectParserTest.java | 3 +- .../org/apache/sis/referencing/CommonCRSTest.java | 8 ++- .../sis/referencing/EPSGFactoryFallbackTest.java | 14 +++-- .../sis/referencing/crs/DefaultDerivedCRSTest.java | 24 ++++----- .../referencing/factory/AuthorityFactoryMock.java | 5 +- .../factory/MultiAuthoritiesFactoryTest.java | 3 -- .../referencing/factory/sql/EPSGFactoryTest.java | 3 +- .../operation/CoordinateOperationFinderTest.java | 5 +- .../sis/referencing/privy/WKTKeywordsTest.java | 5 +- .../report/CoordinateReferenceSystems.java | 4 +- .../sis/storage/geotiff/reader/CRSBuilder.java | 12 ++--- .../apache/sis/storage/netcdf/base/CRSBuilder.java | 7 ++- geoapi/snapshot | 2 +- .../org/apache/sis/gui/referencing/CRSChooser.java | 4 +- 40 files changed, 324 insertions(+), 191 deletions(-)