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 72bf4148b1 Merge automatic import reorganization.
     add cb2e0de6f8 Fix an import order.
     add 938f77504b Avoid usage of `getScope()` and `getDomainOfValidity()` 
methods, which are deprecated in GeoAPI 3.1 and removed in GeoAPI 4.0. They are 
replaced by `ObjectDomain`.
     new abe39d4ffc Merge branch 'geoapi-4.0' into geoapi-3.1. This merge avoid 
deprecated `getScope()` and `getDomainOfValidity()` methods. Those methods are 
replaced by `getDomains()`.

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:
 .../sis/buildtools/coding/ReorganizeImports.java   |  1 +
 .../apache/sis/coverage/grid/GridExtentCRS.java    |  9 ++--
 .../sis/metadata/iso/extent/DefaultExtent.java     |  3 +-
 .../apache/sis/metadata/iso/extent/Extents.java    |  4 ++
 .../metadata/simple/SimpleIdentifiedObject.java    |  1 +
 .../referencing/gazetteer/FinalLocationType.java   |  9 ++--
 .../gazetteer/ModifiableLocationType.java          |  2 +-
 .../gazetteer/ReferencingByIdentifiers.java        | 38 ++++++---------
 .../gazetteer/ReferencingByIdentifiersTest.java    |  5 +-
 .../main/org/apache/sis/io/wkt/ElementKind.java    | 50 ++++++++++++--------
 .../apache/sis/io/wkt/GeodeticObjectParser.java    |  8 ++--
 .../sis/referencing/AbstractIdentifiedObject.java  | 13 +++---
 .../main/org/apache/sis/referencing/Builder.java   |  4 +-
 .../main/org/apache/sis/referencing/CRS.java       | 26 ++++-------
 .../apache/sis/referencing/IdentifiedObjects.java  | 54 +++++++++++++++++++++-
 .../org/apache/sis/referencing/Properties.java     |  7 +--
 .../sis/referencing/StandardDefinitions.java       |  2 +-
 .../apache/sis/referencing/crs/AbstractCRS.java    |  5 +-
 .../sis/referencing/crs/DefaultDerivedCRS.java     |  4 +-
 .../sis/referencing/datum/BursaWolfParameters.java |  5 +-
 .../referencing/factory/GeodeticObjectFactory.java |  4 +-
 .../referencing/factory/sql/EPSGDataAccess.java    |  7 +--
 .../operation/AbstractCoordinateOperation.java     |  5 +-
 .../operation/AbstractSingleOperation.java         |  3 +-
 .../operation/CoordinateOperationFinder.java       |  3 +-
 .../operation/CoordinateOperationSorter.java       |  3 +-
 .../operation/DefaultConcatenatedOperation.java    |  3 +-
 .../referencing/operation/DefaultConversion.java   |  4 +-
 .../DefaultCoordinateOperationFactory.java         | 18 ++++----
 .../operation/DefaultPassThroughOperation.java     |  3 +-
 .../operation/DefaultTransformation.java           |  4 +-
 .../operation/InverseOperationMethod.java          |  5 +-
 .../operation/transform/AbstractMathTransform.java |  2 +-
 .../operation/transform/DomainDefinition.java      |  2 +-
 .../operation/transform/MathTransforms.java        |  2 +-
 .../privy/EllipsoidalHeightCombiner.java           | 11 +++--
 .../referencing/privy/GeodeticObjectBuilder.java   |  5 +-
 .../referencing/privy/NilReferencingObject.java    | 21 ++++++---
 .../referencing/AbstractReferenceSystemTest.java   | 15 ++++--
 .../test/org/apache/sis/referencing/CRSTest.java   |  5 +-
 .../sis/referencing/GeodeticObjectVerifier.java    | 37 ++++++++++-----
 .../referencing/crs/DefaultGeodeticCRSTest.java    |  3 +-
 .../referencing/crs/DefaultProjectedCRSTest.java   |  3 +-
 .../apache/sis/referencing/crs/HardCodedCRS.java   |  4 +-
 .../datum/DefaultGeodeticDatumTest.java            | 12 +++--
 .../datum/DefaultTemporalDatumTest.java            | 16 ++++---
 .../datum/DefaultVerticalDatumTest.java            |  5 +-
 .../sis/referencing/datum/HardCodedDatum.java      | 26 +++++++++--
 .../operation/SingleOperationMarshallingTest.java  | 12 +++--
 .../apache/sis/test/integration/MetadataTest.java  |  3 +-
 .../sis/test/integration/MetadataVerticalTest.java |  5 +-
 .../apache/sis/storage/base/MetadataBuilder.java   |  5 +-
 .../main/org/apache/sis/util/ComparisonMode.java   |  4 +-
 .../org/apache/sis/util/LenientComparable.java     |  3 +-
 .../test/org/apache/sis/test/TestUtilities.java    | 32 +++++++++++++
 geoapi/snapshot                                    |  2 +-
 .../org/apache/sis/gui/referencing/CRSChooser.java | 24 ++++++----
 .../gui/referencing/RecentReferenceSystems.java    |  2 +-
 .../main/org/apache/sis/gui/referencing/Utils.java | 24 ++++++----
 59 files changed, 390 insertions(+), 207 deletions(-)

Reply via email to