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 969036a87b Merge branch 'geoapi-4.0' into geoapi-3.1. add 46ab59a6e5 Complete the renaming from `getOrdinate(int)` to `getCoordinate(int)` in a few missing places. Fix documentation and code formatting in some places that we forgot to update. add fdb650d7e9 Add a notice about Font-GIS licence: SIL Open Font License (OFL) version 1.1 add 93a19f385e Avoid unnecessary message for aborted tests. add 0580fecf48 Remove a few methods that can be provided as default GeoAPI methods. new 9ca908d78d Merge branch 'geoapi-4.0' into geoapi-3.1: cleanup before work on ISO 19111:2019. 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: NOTICE | 5 ++- .../apache/sis/coverage/grid/DimensionReducer.java | 2 +- .../coverage/grid/FractionalGridCoordinates.java | 17 ---------- .../apache/sis/geometry/wrapper/Geometries.java | 4 +-- .../gazetteer/GeohashReferenceSystem.java | 4 +-- .../sis/referencing/gazetteer/SimpleLocation.java | 6 ++-- .../gazetteer/MilitaryGridReferenceSystemTest.java | 2 +- .../sis/geometry/AbstractDirectPosition.java | 38 +++------------------- .../org/apache/sis/geometry/DirectPosition1D.java | 8 ++++- .../org/apache/sis/geometry/DirectPosition2D.java | 5 +-- .../main/org/apache/sis/geometry/Envelope2D.java | 4 +-- .../apache/sis/referencing/GeodeticCalculator.java | 4 +-- .../sis/referencing/operation/matrix/Matrices.java | 2 +- .../transform/EllipsoidToCentricTransform.java | 2 +- .../sis/referencing/privy/AffineTransform2D.java | 6 ++-- .../apache/sis/geometry/AbstractEnvelopeTest.java | 16 ++++----- .../org/apache/sis/referencing/Assertions.java | 4 +-- .../apache/sis/math/CompoundDirectPositions.java | 37 --------------------- .../apache/sis/test/FailureDetailsReporter.java | 4 ++- geoapi/snapshot | 2 +- .../apache/sis/gui/coverage/CoverageCanvas.java | 6 ++-- .../main/org/apache/sis/gui/map/StatusBar.java | 2 +- 22 files changed, 56 insertions(+), 124 deletions(-)