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 9c83ff49c1 Revert the change in
`CoordinateOperation.getOperationMethod()` because that method was present in
GeoAPI 3.
add 5133c41726 Update for a change in GeoAPI-conformance module: WKT tests
moved.
add 70549aeb3a `TM_Primitive` shall show the period or the instant, but
not both.
add 89c8f8a4ae Ensure that inverse flattening factory is not less than 1.
add 9e0e1fb26b Update for change in GeoAPI 4 development branch: -
MismatchedReferenceSystemException renamed
MismatchedCoordinateMetadataException for consistency with ISO 19111:2019
`CoordinateMetadata` (a CRS + an epoch). - Exceptions moved to the
`org.opengis.coordinate` package. - New `MathTransform.createMatrix(int
numRows, int numCols)` method.
new ecb7e5eb33 Merge branch 'geoapi-4.0' into geoapi-3.1, but continue to
throw the deprecated `MismatchedDimensionException` internally. This is for
compatibility with `catch` clause of user code. The deprecated exception may be
removed in GeoAPI 4.
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:
.../coverage/MismatchedCoverageRangeException.java | 2 +-
.../sis/coverage/grid/BufferedGridCoverage.java | 2 +-
.../sis/coverage/grid/DimensionalityReduction.java | 2 +-
.../coverage/grid/FractionalGridCoordinates.java | 4 +--
.../org/apache/sis/coverage/grid/GridCoverage.java | 2 +-
.../apache/sis/coverage/grid/GridCoverage2D.java | 4 +--
.../org/apache/sis/coverage/grid/GridExtent.java | 4 +--
.../org/apache/sis/coverage/grid/GridGeometry.java | 4 +--
.../sis/coverage/privy/CommonDomainFinder.java | 2 +-
.../sis/filter/internal/GeometryConverter.java | 2 +-
.../sis/coverage/grid/GridCoverage2DTest.java | 2 +-
.../apache/sis/geometry/wrapper/jts/JTSTest.java | 2 +-
.../metadata/iso/extent/DefaultVerticalExtent.java | 8 ++---
.../apache/sis/metadata/iso/extent/Extents.java | 4 +--
.../sis/pending/temporal/TemporalUtilities.java | 35 +++++++++++++++++++---
.../org/apache/sis/xml/bind/gml/TM_Primitive.java | 5 ++--
.../main/org/apache/sis/portrayal/Canvas.java | 8 ++---
.../sis/geometry/AbstractDirectPosition.java | 12 ++++----
.../org/apache/sis/geometry/AbstractEnvelope.java | 10 +++----
.../org/apache/sis/geometry/ArrayEnvelope.java | 10 +++----
.../org/apache/sis/geometry/DirectPosition1D.java | 2 +-
.../org/apache/sis/geometry/DirectPosition2D.java | 2 +-
.../main/org/apache/sis/geometry/Envelope2D.java | 8 ++---
.../apache/sis/geometry/GeneralDirectPosition.java | 2 +-
.../org/apache/sis/geometry/GeneralEnvelope.java | 10 +++----
.../org/apache/sis/geometry/ImmutableEnvelope.java | 8 ++---
.../sis/referencing/crs/AbstractDerivedCRS.java | 2 +-
.../sis/referencing/crs/DefaultDerivedCRS.java | 2 +-
.../sis/referencing/crs/DefaultProjectedCRS.java | 2 +-
.../sis/referencing/datum/DefaultEllipsoid.java | 17 +++++------
.../referencing/internal/PositionTransformer.java | 2 +-
.../apache/sis/referencing/internal/RTreeNode.java | 4 +--
.../operation/InverseOperationMethod.java | 2 +-
.../operation/MismatchedDatumException.java | 4 +--
.../operation/TransformedCoordinateSet.java | 2 +-
.../operation/builder/LinearTransformBuilder.java | 14 +++++----
.../operation/builder/LocalizationGridBuilder.java | 7 +++--
.../sis/referencing/operation/matrix/Matrices.java | 4 +--
.../matrix/MismatchedMatrixSizeException.java | 4 +--
.../operation/transform/AbstractMathTransform.java | 5 ++--
.../transform/AbstractMathTransform1D.java | 2 +-
.../transform/DefaultMathTransformFactory.java | 16 ++++++++++
.../operation/transform/MathTransforms.java | 2 +-
.../operation/transform/PassThroughTransform.java | 7 +++--
.../wkt/{WKTParserTest.java => CRSParserTest.java} | 6 ++--
.../operation/provider/ProviderMock.java | 2 +-
.../operation/provider/SeismicBinGridMock.java | 2 +-
.../transform/MathTransformFactoryBase.java | 6 ++++
.../transform/MathTransformFactoryMock.java | 13 ++++++++
.../operation/transform/MathTransformWrapper.java | 2 +-
.../transform/TransformResultComparator.java | 2 +-
.../main/org/apache/sis/math/Line.java | 7 +++--
.../main/org/apache/sis/math/Plane.java | 7 +++--
.../main/org/apache/sis/util/ArgumentChecks.java | 21 ++++++-------
geoapi/snapshot | 2 +-
.../sis/map/service/se1/PresentationToScene2D.java | 2 +-
.../main/org/apache/sis/gui/map/MapCanvas.java | 2 +-
.../main/org/apache/sis/gui/map/StatusBar.java | 2 +-
58 files changed, 199 insertions(+), 131 deletions(-)
rename
endorsed/src/org.apache.sis.referencing/test/org/apache/sis/io/wkt/{WKTParserTest.java
=> CRSParserTest.java} (99%)