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 67cfdae67e Bug fixes in the application of artificial tiling on large
untiled images.
new f6e6c072f0 Add a "todo" note about the use of `prefetch` in context of
artificially tiled image. Minor edition as a side-effect of the review of the
situation regarding prefetch.
new 29c988583b Move `TileReadListener` to a separated class and add a
safety for reducing the risk of application freeze when reading a TIFF image
made of thousands of thin strips.
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:
.../apache/sis/image/BandedSampleConverter.java | 6 +-
.../main/org/apache/sis/image/ComputedImage.java | 4 +-
.../main/org/apache/sis/image/ImageOverlay.java | 2 +-
.../org/apache/sis/image/MultiSourcePrefetch.java | 5 +-
.../main/org/apache/sis/image/PlanarImage.java | 2 +
.../main/org/apache/sis/image/PrefetchedImage.java | 4 +-
.../org/apache/sis/image/SourceAlignedImage.java | 2 +-
.../image/internal/shared/BatchComputedImage.java | 21 ++-
.../sis/storage/tiling/ArtificiallyTiledImage.java | 13 +-
.../apache/sis/storage/tiling/TileReadEvent.java | 63 ++++++-
.../storage/tiling/TiledGridCoverageResource.java | 2 +-
.../sis/util/collection/WeakValueHashMap.java | 4 +-
.../apache/sis/gui/coverage/CoverageCanvas.java | 137 +-------------
.../apache/sis/gui/coverage/RectangleMerger.java | 104 +++++++++++
.../apache/sis/gui/coverage/TileReadListener.java | 197 +++++++++++++++++++++
15 files changed, 411 insertions(+), 155 deletions(-)
create mode 100644
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/coverage/RectangleMerger.java
create mode 100644
optional/src/org.apache.sis.gui/main/org/apache/sis/gui/coverage/TileReadListener.java