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 7a3f369924 feat(Geometry): add great circle arc
     new 76386d6d1c Modify `RenderingDataTest` for using the image mock.
     new 64af795f40 Fix unintentional crop when showing a large non-pyramided 
image with an initial zoom for avoiding to load the full image.
     new 1464fabd87 Introduce an artificial tiling when reading a large untiled 
TIFF or HEIF image. This is an attempt to avoid `OutOfMemoryError`. Temporarily 
disabled.

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:
 .../org/apache/sis/coverage/grid/GridCoverage.java |  17 +-
 .../apache/sis/coverage/grid/GridCoverage2D.java   |  44 +-
 .../org/apache/sis/coverage/grid/GridGeometry.java |   2 +-
 .../main/org/apache/sis/image/ComputedImage.java   |   8 +-
 .../main/org/apache/sis/image/ImageLayout.java     |  38 +-
 .../image/internal/shared/BatchComputedImage.java  |   4 +
 .../test/org/apache/sis/image/ImageLayoutTest.java |   9 +
 .../test/org/apache/sis/image/TiledImageMock.java  |  71 ++-
 .../image/internal/shared/ReshapedImageTest.java   |   5 +-
 .../apache/sis/map/coverage/RenderingDataTest.java | 103 ++--
 .../sis/storage/tiling/ArtificiallyTiledImage.java | 221 +++++++++
 .../apache/sis/storage/tiling/ImageTileMatrix.java |   2 +-
 .../sis/storage/tiling/TiledDeferredImage.java     |   2 +-
 .../sis/storage/tiling/TiledGridCoverage.java      |   8 +-
 .../storage/tiling/TiledGridCoverageResource.java  | 548 +++++++++++++++++----
 .../apache/sis/gui/coverage/CoverageCanvas.java    |  44 +-
 .../main/org/apache/sis/gui/map/MapCanvas.java     |   4 +-
 .../org/apache/sis/storage/gdal/TiledResource.java |  16 +-
 18 files changed, 945 insertions(+), 201 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/tiling/ArtificiallyTiledImage.java

Reply via email to