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 70549aeb3a `TM_Primitive` shall show the period or the instant, but not both. new 89c8f8a4ae Ensure that inverse flattening factory is not less than 1. new 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. 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: .../main/org/apache/sis/console/TransformCommand.java | 2 +- .../sis/coverage/MismatchedCoverageRangeException.java | 2 +- .../apache/sis/coverage/grid/BufferedGridCoverage.java | 2 +- .../sis/coverage/grid/DimensionalityReduction.java | 2 +- .../sis/coverage/grid/FractionalGridCoordinates.java | 2 +- .../main/org/apache/sis/coverage/grid/GridCoverage.java | 2 +- .../org/apache/sis/coverage/grid/GridCoverage2D.java | 2 +- .../main/org/apache/sis/coverage/grid/GridExtent.java | 2 +- .../main/org/apache/sis/coverage/grid/GridGeometry.java | 2 +- .../org/apache/sis/coverage/grid/ImageRenderer.java | 2 +- .../apache/sis/coverage/privy/CommonDomainFinder.java | 2 +- .../apache/sis/filter/internal/GeometryConverter.java | 2 +- .../org/apache/sis/geometry/wrapper/Geometries.java | 2 +- .../apache/sis/coverage/grid/GridCoverage2DTest.java | 2 +- .../org/apache/sis/geometry/wrapper/jts/JTSTest.java | 2 +- .../sis/metadata/iso/extent/DefaultVerticalExtent.java | 8 ++++---- .../org/apache/sis/metadata/iso/extent/Extents.java | 4 ++-- .../main/org/apache/sis/portrayal/Canvas.java | 6 +++--- .../org/apache/sis/geometry/AbstractDirectPosition.java | 12 ++++++------ .../main/org/apache/sis/geometry/AbstractEnvelope.java | 10 +++++----- .../main/org/apache/sis/geometry/ArrayEnvelope.java | 8 ++++---- .../main/org/apache/sis/geometry/DirectPosition1D.java | 2 +- .../main/org/apache/sis/geometry/DirectPosition2D.java | 2 +- .../main/org/apache/sis/geometry/Envelope2D.java | 8 ++++---- .../main/org/apache/sis/geometry/Envelopes.java | 2 +- .../org/apache/sis/geometry/GeneralDirectPosition.java | 2 +- .../main/org/apache/sis/geometry/GeneralEnvelope.java | 8 ++++---- .../main/org/apache/sis/geometry/ImmutableEnvelope.java | 8 ++++---- .../org/apache/sis/referencing/crs/AbstractCRS.java | 2 +- .../apache/sis/referencing/crs/AbstractDerivedCRS.java | 2 +- .../apache/sis/referencing/crs/DefaultDerivedCRS.java | 2 +- .../apache/sis/referencing/crs/DefaultProjectedCRS.java | 2 +- .../main/org/apache/sis/referencing/cs/AbstractCS.java | 2 +- .../apache/sis/referencing/datum/DefaultEllipsoid.java | 17 ++++++++--------- .../sis/referencing/internal/PositionTransformer.java | 2 +- .../org/apache/sis/referencing/internal/RTreeNode.java | 4 ++-- .../referencing/operation/MismatchedDatumException.java | 4 ++-- .../referencing/operation/TransformedCoordinateSet.java | 2 +- .../operation/builder/LinearTransformBuilder.java | 2 +- .../operation/builder/LocalizationGridBuilder.java | 2 +- .../operation/builder/ProjectedTransformTry.java | 2 +- .../sis/referencing/operation/matrix/Matrices.java | 4 ++-- .../operation/matrix/MismatchedMatrixSizeException.java | 4 ++-- .../operation/transform/AbstractMathTransform.java | 2 +- .../operation/transform/AbstractMathTransform1D.java | 2 +- .../operation/transform/ConcatenatedTransform.java | 2 +- .../transform/DefaultMathTransformFactory.java | 16 ++++++++++++++++ .../transform/InterpolatedGeocentricTransform.java | 2 +- .../referencing/operation/transform/MathTransforms.java | 2 +- .../operation/transform/PassThroughTransform.java | 2 +- .../operation/transform/MathTransformFactoryBase.java | 6 ++++++ .../operation/transform/MathTransformFactoryMock.java | 13 +++++++++++++ .../operation/transform/MathTransformWrapper.java | 2 +- .../operation/transform/TransformResultComparator.java | 2 +- .../org/apache/sis/storage/base/TiledGridCoverage.java | 2 +- .../main/org/apache/sis/math/Line.java | 2 +- .../main/org/apache/sis/math/Plane.java | 2 +- .../main/org/apache/sis/util/ArgumentChecks.java | 2 +- 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 +- 62 files changed, 132 insertions(+), 98 deletions(-)