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 0e887fd feat(Core): add commodity method to translate grid extents.
new 93d99ce Javadoc editions. Move method close to related methods. Share
some code. Take in account the variable number of dimensions (2 or pseudo-3) in
JTS geometries.
new 4bfbfb2 Allow ResampledGridCoverage to work with grids having more
than 2 dimensions.
new 35f8097 Partial debugging of
ResampledGridGeometryTest.crs4D_to_crs3D() test case.
The 3 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/grid/CoordinateOperationFinder.java | 202 ++++++++++
.../apache/sis/coverage/grid/GridCoverage2D.java | 28 +-
.../org/apache/sis/coverage/grid/GridExtent.java | 96 +++--
.../sis/coverage/grid/ResampledGridCoverage.java | 135 +++----
.../sis/internal/feature/GeometryWithCRS.java | 18 +-
.../sis/internal/feature/GeometryWrapper.java | 4 +-
.../apache/sis/internal/feature/esri/Wrapper.java | 9 +-
.../sis/internal/feature/j2d/PointWrapper.java | 10 +-
.../apache/sis/internal/feature/j2d/Wrapper.java | 9 +-
.../apache/sis/internal/feature/jts/Wrapper.java | 41 +-
.../apache/sis/coverage/grid/GridExtentTest.java | 66 ++--
.../coverage/grid/ResampledGridCoverageTest.java | 420 ++++++++++++++++++++-
.../java/org/apache/sis/image/TiledImageMock.java | 15 +-
.../java/org/apache/sis/test/FeatureAssert.java | 41 ++
.../internal/referencing/CoordinateOperations.java | 10 +-
.../sis/referencing/cs/CoordinateSystems.java | 52 ++-
.../apache/sis/referencing/cs/package-info.java | 2 +-
.../operation/CoordinateOperationContext.java | 34 +-
.../operation/CoordinateOperationFinder.java | 100 +++--
.../operation/CoordinateOperationRegistry.java | 5 +
.../operation/DefaultPassThroughOperation.java | 2 +-
.../referencing/operation/SubOperationInfo.java | 348 +++++++++++++----
.../apache/sis/referencing/crs/HardCodedCRS.java | 24 ++
.../sis/referencing/cs/CoordinateSystemsTest.java | 15 +-
.../org/apache/sis/util/resources/Vocabulary.java | 5 +
.../sis/util/resources/Vocabulary.properties | 1 +
.../sis/util/resources/Vocabulary_fr.properties | 1 +
27 files changed, 1347 insertions(+), 346 deletions(-)
create mode 100644
core/sis-feature/src/main/java/org/apache/sis/coverage/grid/CoordinateOperationFinder.java