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 78d9505  Fix a typo: "to shown" → 'to show".
     new b1f006e  Need to discard fully the old data when new data are loaded.
     new d067cce  Subset of wrapper should continue to delegate to the wrapper.
     new 9824159  Handle reduced-resolution (overview) images as levels in a 
pyramid of images (Cloud Optimized GeoTIFF convention).

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:
 .../apache/sis/gui/coverage/CoverageCanvas.java    |   4 +-
 .../org/apache/sis/coverage/grid/GridGeometry.java |   5 +-
 .../sis/internal/map/coverage/RenderingData.java   |   6 +-
 .../sis/internal/geotiff/SchemaModifier.java       |   5 +
 .../org/apache/sis/storage/geotiff/DataCube.java   |   5 +-
 .../apache/sis/storage/geotiff/GeoTiffStore.java   |  13 +-
 .../sis/storage/geotiff/GridGeometryBuilder.java   |  42 ++---
 .../sis/storage/geotiff/ImageFileDirectory.java    | 171 +++++++++++++-----
 .../sis/storage/geotiff/MultiResolutionImage.java  | 190 ++++++++++++++++++++
 .../org/apache/sis/storage/geotiff/Reader.java     | 195 ++++++++++++++-------
 .../sis/internal/storage/GridResourceWrapper.java  |  14 +-
 11 files changed, 494 insertions(+), 156 deletions(-)
 create mode 100644 
storage/sis-geotiff/src/main/java/org/apache/sis/storage/geotiff/MultiResolutionImage.java

Reply via email to