This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 129054c2fa Merge automatic import reorganization (for isolating the 
difference between branches).
     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`.
     add abe39d4ffc Merge branch 'geoapi-4.0' into geoapi-3.1. This merge avoid 
deprecated `getScope()` and `getDomainOfValidity()` methods. Those methods are 
replaced by `getDomains()`.
     new 3403855d45 Merge branch 'geoapi-3.1'.

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    |  2 +-
 .../sis/metadata/iso/extent/DefaultExtent.java     |  3 +-
 .../apache/sis/metadata/iso/extent/Extents.java    |  4 ++
 .../gazetteer/ModifiableLocationType.java          |  2 +-
 .../gazetteer/ReferencingByIdentifiers.java        | 31 +++++--------
 .../gazetteer/ReferencingByIdentifiersTest.java    |  2 +-
 .../main/org/apache/sis/io/wkt/ElementKind.java    | 50 +++++++++++++--------
 .../main/org/apache/sis/referencing/CRS.java       | 23 +++-------
 .../apache/sis/referencing/IdentifiedObjects.java  | 51 +++++++++++++++++++++
 .../org/apache/sis/referencing/Properties.java     |  3 +-
 .../apache/sis/referencing/crs/AbstractCRS.java    |  5 +--
 .../sis/referencing/crs/DefaultDerivedCRS.java     |  2 +-
 .../sis/referencing/datum/BursaWolfParameters.java |  3 ++
 .../operation/AbstractCoordinateOperation.java     |  5 +--
 .../operation/AbstractSingleOperation.java         |  3 +-
 .../operation/CoordinateOperationFinder.java       |  3 +-
 .../operation/CoordinateOperationSorter.java       |  3 +-
 .../operation/DefaultConcatenatedOperation.java    |  3 +-
 .../referencing/operation/DefaultConversion.java   |  2 +-
 .../DefaultCoordinateOperationFactory.java         | 14 +++---
 .../operation/DefaultPassThroughOperation.java     |  3 +-
 .../operation/DefaultTransformation.java           |  2 +-
 .../operation/InverseOperationMethod.java          |  6 ++-
 .../operation/transform/MathTransforms.java        |  2 +-
 .../privy/EllipsoidalHeightCombiner.java           |  2 +-
 .../referencing/privy/NilReferencingObject.java    | 22 ++++++---
 .../sis/xml/bind/referencing/CS_UserDefinedCS.java |  1 -
 .../referencing/AbstractReferenceSystemTest.java   | 10 +++--
 .../sis/referencing/GeodeticObjectVerifier.java    | 45 ++++++++++++++-----
 .../referencing/crs/DefaultGeodeticCRSTest.java    |  3 +-
 .../referencing/crs/DefaultProjectedCRSTest.java   |  3 +-
 .../datum/DefaultGeodeticDatumTest.java            | 12 +++--
 .../datum/DefaultTemporalDatumTest.java            | 15 ++++---
 .../datum/DefaultVerticalDatumTest.java            |  5 ++-
 .../sis/referencing/datum/HardCodedDatum.java      | 21 +++++++--
 .../operation/SingleOperationMarshallingTest.java  | 12 ++---
 .../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    | 52 ++++++++++++++++++++++
 .../org/apache/sis/gui/referencing/CRSChooser.java | 20 +++++----
 .../gui/referencing/RecentReferenceSystems.java    |  2 +-
 .../main/org/apache/sis/gui/referencing/Utils.java | 21 +++++----
 45 files changed, 331 insertions(+), 160 deletions(-)

Reply via email to