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 f8a9c9ae79 Partial replacement of `java.util.TimeZone` by `java.time.ZoneId`. The old timezone is kept in codes related to `java.text.Format`. This commit has two incompatible changes: new 934715d706 Move `SchemaModifier` (renamed `CoverageModifier`) to public API. Add a method for customizing the `GridGeometry` and invoke it in the WorldFile reader. This is useful when an image does not declare a CRS but the user know what the CRS should be. new 1476b6c6ec Allow to customize the the sample dimensions and grid geometry created by GeoHEIF store. 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: .../main/org/apache/sis/storage/landsat/Band.java | 9 +- .../main/module-info.java | 3 - .../org/apache/sis/storage/geotiff/DataCube.java | 3 +- .../org/apache/sis/storage/geotiff/DataSubset.java | 41 ++- .../apache/sis/storage/geotiff/GeoTiffStore.java | 27 +- .../sis/storage/geotiff/ImageFileDirectory.java | 50 +-- .../sis/storage/geotiff/spi/SchemaModifier.java | 306 ---------------- .../sis/storage/geotiff/spi/package-info.java | 23 -- .../org.apache.sis.storage/main/module-info.java | 1 + .../main/org/apache/sis/storage/DataOptionKey.java | 9 + .../sis/storage/image/WorldFileResource.java | 16 +- .../apache/sis/storage/image/WorldFileStore.java | 31 +- .../sis/storage/modifier/CoverageModifier.java | 385 +++++++++++++++++++++ .../apache/sis/storage/modifier}/package-info.java | 7 +- .../sis/storage/geoheif/CoverageBuilder.java | 38 +- .../apache/sis/storage/geoheif/GeoHeifStore.java | 9 +- .../main/org/apache/sis/storage/geoheif/Image.java | 8 + .../apache/sis/storage/geoheif/ImageResource.java | 5 +- .../sis/storage/geoheif/ResourceBuilder.java | 8 +- .../sis/storage/geoheif/UncompressedImage.java | 2 +- 20 files changed, 552 insertions(+), 429 deletions(-) delete mode 100644 endorsed/src/org.apache.sis.storage.geotiff/main/org/apache/sis/storage/geotiff/spi/SchemaModifier.java delete mode 100644 endorsed/src/org.apache.sis.storage.geotiff/main/org/apache/sis/storage/geotiff/spi/package-info.java create mode 100644 endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/modifier/CoverageModifier.java copy {optional/src/org.apache.sis.gui/main/org/apache/sis/gui/referencing => endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/modifier}/package-info.java (85%)