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 4ec3a9b103 Resolve a few warnings (not all) about the deprecated 
`VerticalDatumType` code list.
     new cfb0e166e2 Post-merge cleanup. The `DefaultGeocentricCRS` class and 
its factory methods are marked as deprecated since 2.0 instead of 1.5 because 
we will not deprecate that class in the branch that depends on GeoAPI 3.0, 
because there is no replacement. The replacements will need to wait for GeoAPI 
3.1.
     new c39f9ef256 Update for the removal of deprecated ImageDatum, ImageCRS 
and UserDefinedCS interfaces. Those interfaces were defined in ISO 19111:2007 
but removed in ISO 19111:2019.

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:
 .../org/apache/sis/buildtools/book/GEOAPI.lst      |   3 -
 .../org/apache/sis/buildtools/book/OGC.lst         |   2 -
 .../main/org/apache/sis/util/iso/Types.java        |   4 +-
 .../apache/sis/metadata/PropertyAccessorTest.java  |   2 +-
 .../sis/openoffice/ReferencingFunctions.java       |  11 +-
 .../main/org/apache/sis/io/wkt/Convention.java     |   7 +-
 .../apache/sis/io/wkt/GeodeticObjectParser.java    |  27 ++--
 .../main/org/apache/sis/referencing/CRS.java       |  20 ++-
 .../apache/sis/referencing/crs/AbstractCRS.java    |   3 +-
 .../sis/referencing/crs/DefaultEngineeringCRS.java |  12 +-
 .../sis/referencing/crs/DefaultGeocentricCRS.java  |   2 +-
 .../sis/referencing/crs/DefaultImageCRS.java       |  71 ++--------
 .../org/apache/sis/referencing/crs/SubTypes.java   |   4 -
 .../org/apache/sis/referencing/cs/AbstractCS.java  |   5 +-
 .../sis/referencing/cs/DefaultUserDefinedCS.java   |  51 +-------
 .../org/apache/sis/referencing/cs/SubTypes.java    |   5 -
 .../sis/referencing/datum/AbstractDatum.java       |   5 +-
 .../sis/referencing/datum/DefaultImageDatum.java   |  68 +---------
 .../org/apache/sis/referencing/datum/SubTypes.java |   4 -
 .../referencing/factory/AuthorityFactoryProxy.java |  32 +----
 .../factory/ConcurrentAuthorityFactory.java        |  56 +-------
 .../factory/GeodeticAuthorityFactory.java          |  52 +-------
 .../referencing/factory/GeodeticObjectFactory.java | 143 +--------------------
 .../factory/MultiAuthoritiesFactory.java           |  47 +------
 .../sis/referencing/internal/EPSGFactoryProxy.java |   6 -
 .../referencing/internal/EPSGFactoryProxyCRS.java  |   9 +-
 .../internal/EPSGFactoryProxyDatum.java            |   7 -
 .../apache/sis/referencing/internal/Resources.java |   5 +
 .../sis/referencing/internal/Resources.properties  |   1 +
 .../referencing/internal/Resources_fr.properties   |   1 +
 .../operation/AbstractCoordinateOperation.java     |   2 +-
 .../referencing/operation/SubOperationInfo.java    |   6 +-
 .../operation/TransformedCoordinateSet.java        |   2 +-
 .../sis/xml/bind/referencing/CD_ImageDatum.java    |  14 +-
 .../sis/xml/bind/referencing/CS_UserDefinedCS.java |  14 +-
 .../sis/referencing/AuthorityFactoriesTest.java    |   3 +-
 .../referencing/factory/AuthorityFactoryMock.java  |   3 +
 .../operation/provider/ProvidersTest.java          |   1 -
 geoapi/snapshot                                    |   2 +-
 39 files changed, 119 insertions(+), 593 deletions(-)

Reply via email to