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 23b494440e Added support for the "deflate" compression method as a
slight variation of the "zlib" method.
new d5f800f70f Grid coverage cleanup: javadoc and more a class to where it
is used.
new 84de818e9f Implement pyramid support in the GeoHEIF reader.
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:
.../org/apache/sis/coverage/grid/GridGeometry.java | 22 ++-
.../sis/storage/AbstractGridCoverageResource.java | 1 +
.../apache/sis/storage/GridCoverageResource.java | 1 +
.../sis/storage/aggregate/CoverageAggregator.java | 1 -
.../{base => aggregate}/PseudoResource.java | 4 +-
.../apache/sis/storage/tiling/TileReadEvent.java | 7 +-
.../storage/tiling/TiledGridCoverageResource.java | 30 ++--
.../apache/sis/util/internal/shared/Numerics.java | 14 ++
.../apache/sis/storage/geoheif/GeoHeifStore.java | 6 +-
.../apache/sis/storage/geoheif/ImageResource.java | 27 +++-
.../org/apache/sis/storage/geoheif/Pyramid.java | 177 +++++++++++++++++++--
.../sis/storage/geoheif/ResourceBuilder.java | 5 +-
12 files changed, 258 insertions(+), 37 deletions(-)
rename endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/{base
=> aggregate}/PseudoResource.java (94%)