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 f3fd0c2c60 Be more conservative with files without georeferencing
information. Instead of inferring a "grid to CRS" far from the reading process,
use a new `getGridGeometryWithDefaults()` method.
new 17aa5b6690 Rename GeoHEIF `Pyramid` class as `PyramidedImageResource`.
new b50a2b81cf Rename `CoverageBuilder` as `ImageResourceBuilder`.
new bda6b01110 Create coverage name in a way more consistent with TIFF
reader.
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/util/resources/Vocabulary.java | 10 ++++
.../sis/util/resources/Vocabulary.properties | 2 +
.../sis/util/resources/Vocabulary_fr.properties | 2 +
.../apache/sis/storage/geoheif/FromImageIO.java | 5 +-
.../apache/sis/storage/geoheif/GeoHeifStore.java | 6 +--
.../main/org/apache/sis/storage/geoheif/Image.java | 7 +--
.../org/apache/sis/storage/geoheif/ImageModel.java | 6 +--
.../apache/sis/storage/geoheif/ImageResource.java | 6 +--
...erageBuilder.java => ImageResourceBuilder.java} | 47 +++++++++---------
.../{Pyramid.java => PyramidedImageResource.java} | 4 +-
.../sis/storage/geoheif/ResourceBuilder.java | 56 ++++++++++++++++------
.../org/apache/sis/storage/geoheif/TiledImage.java | 2 +-
.../sis/storage/geoheif/UncompressedImage.java | 4 +-
.../sis/storage/isobmff/base/ItemInfoEntry.java | 10 ----
.../org/apache/sis/storage/gdal/TiledCoverage.java | 9 ++--
.../org/apache/sis/storage/gdal/TiledResource.java | 11 +++--
16 files changed, 111 insertions(+), 76 deletions(-)
rename
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/geoheif/{CoverageBuilder.java
=> ImageResourceBuilder.java} (94%)
rename
incubator/src/org.apache.sis.storage.geoheif/main/org/apache/sis/storage/geoheif/{Pyramid.java
=> PyramidedImageResource.java} (96%)