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 c49c79d2c5 Merge branch 'geoapi-3.1'.
     add 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.
     add 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.
     new 03f1b25080 Merge branch 'geoapi-3.1'.
     add 3790759e64 Reintroduce `MismatchedReferenceSystemException` as a 
deprecated class for transition between the `main` and the `geoapi-3.1` 
branches.
     add 9638dbbb64 Post-merge imports reorganization.
     add 715d2bf6ff Merge branch 'geoapi-4.0' into geoapi-3.1: imports 
reorganization.
     new 6027cd3d71 Merge branch 'geoapi-3.1'

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/console/TransformCommand.java   |  4 ++-
 .../sis/coverage/grid/BufferedGridCoverage.java    |  2 +-
 .../sis/coverage/grid/DimensionalityReduction.java |  2 +-
 .../coverage/grid/FractionalGridCoordinates.java   |  2 +-
 .../org/apache/sis/coverage/grid/GridCoverage.java |  2 +-
 .../apache/sis/coverage/grid/GridCoverage2D.java   |  2 +-
 .../org/apache/sis/coverage/grid/GridExtent.java   |  2 +-
 .../org/apache/sis/coverage/grid/GridGeometry.java |  4 ++-
 .../apache/sis/coverage/grid/ImageRenderer.java    |  4 ++-
 .../sis/coverage/privy/CommonDomainFinder.java     |  4 ++-
 .../sis/filter/internal/GeometryConverter.java     |  2 +-
 .../apache/sis/geometry/wrapper/Geometries.java    |  4 ++-
 .../sis/coverage/grid/GridCoverage2DTest.java      |  2 +-
 .../apache/sis/geometry/wrapper/jts/JTSTest.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      |  6 ++--
 .../org/apache/sis/geometry/DirectPosition2D.java  |  4 ++-
 .../main/org/apache/sis/geometry/Envelope2D.java   |  4 ++-
 .../MismatchedReferenceSystemException.java        |  3 +-
 .../apache/sis/parameter/ParameterTableRow.java    |  4 ++-
 .../apache/sis/referencing/crs/AbstractCRS.java    |  2 +-
 .../sis/referencing/crs/AbstractDerivedCRS.java    |  4 ++-
 .../sis/referencing/crs/DefaultDerivedCRS.java     |  2 +-
 .../sis/referencing/crs/DefaultProjectedCRS.java   |  4 ++-
 .../org/apache/sis/referencing/cs/AbstractCS.java  |  4 ++-
 .../sis/referencing/datum/DefaultEllipsoid.java    | 17 +++++------
 .../referencing/internal/PositionTransformer.java  |  4 ++-
 .../apache/sis/referencing/internal/RTreeNode.java |  2 +-
 .../operation/AbstractCoordinateOperation.java     |  2 +-
 .../operation/InverseOperationMethod.java          |  2 +-
 .../operation/TransformedCoordinateSet.java        |  4 ++-
 .../operation/builder/LinearTransformBuilder.java  |  4 ++-
 .../operation/builder/LocalizationGridBuilder.java |  4 ++-
 .../operation/builder/ProjectedTransformTry.java   |  4 ++-
 .../sis/referencing/operation/matrix/Matrices.java |  6 ++--
 .../matrix/MismatchedMatrixSizeException.java      |  1 +
 .../operation/transform/AbstractMathTransform.java |  4 ++-
 .../transform/AbstractMathTransform1D.java         |  4 ++-
 .../operation/transform/ConcatenatedTransform.java |  4 ++-
 .../transform/InterpolatedGeocentricTransform.java |  4 ++-
 .../operation/transform/MathTransforms.java        |  4 ++-
 .../operation/transform/PassThroughTransform.java  |  4 ++-
 .../org/apache/sis/referencing/Assertions.java     |  2 +-
 .../operation/provider/ProviderMock.java           |  2 +-
 .../operation/provider/SeismicBinGridMock.java     |  2 +-
 .../operation/transform/MathTransformWrapper.java  |  4 ++-
 .../transform/TransformResultComparator.java       |  2 +-
 .../apache/sis/storage/base/TiledGridCoverage.java |  4 ++-
 .../main/org/apache/sis/math/Line.java             |  4 ++-
 .../main/org/apache/sis/math/Plane.java            |  4 ++-
 .../main/org/apache/sis/util/ArgumentChecks.java   |  4 ++-
 .../main/org/apache/sis/gui/map/MapCanvas.java     |  4 ++-
 .../main/org/apache/sis/gui/map/StatusBar.java     |  4 ++-
 54 files changed, 158 insertions(+), 69 deletions(-)

Reply via email to