This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
from 0a2fde0652 Merge branch 'fix/geotiff-flaky-test' into geoapi-4.0
https://github.com/apache/sis/pull/44
add c8e75db2e8 chore(Build): ugrade Gradle wrapper to 8.14.4 to allow
building with JDK 24
add a3b5fc9d28 test(Storage): add a test that shows a bug in
ImageTileMatrix when trying to get the resource of a 3D tile
add c773e2ca4d fix(Storage): Fix ImageTileMatrix tile indices to work with
slices in N dimensions.
add 0b70760026 chore(Storage): improve ImageTileMatrix test to verify
multiple ways to acquire tiles
add 180ee38a6a fix(Storage): Properly handle user "getTiles" requests when
requesting multidimensional extents
add 1d55e786a1 fix(Image): fix ReshapedImage.singleTile to strictly return
the designated tile, and only this tile.
new 0061e5aa33 Merge branch 'fix/image-tile-matrix-get-tile' into
geoapi-4.0. https://github.com/apache/sis/pull/43
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:
.../main/org/apache/sis/image/ComputedImage.java | 15 -
.../main/org/apache/sis/image/PlanarImage.java | 21 ++
.../sis/image/internal/shared/ReshapedImage.java | 14 +-
.../sis/image/internal/shared/TiledImage.java | 23 +-
.../image/internal/shared/ReshapedImageTest.java | 25 +-
.../apache/sis/storage/tiling/ImageTileMatrix.java | 346 ++++++++++++++-----
.../apache/sis/storage/tiling/IterationDomain.java | 38 +--
.../org/apache/sis/storage/tiling/TileMatrix.java | 2 +
.../sis/storage/tiling/ImageTileMatrixTest.java | 371 +++++++++++++++++++++
9 files changed, 719 insertions(+), 136 deletions(-)
create mode 100644
endorsed/src/org.apache.sis.storage/test/org/apache/sis/storage/tiling/ImageTileMatrixTest.java