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 cbba27224d fix(Shapefile): fix provider not returned
new 4d546436a5 For GeoTIFF reader, `getTileMatrixSets()` returns an empty
collection for images encoded with strips instead of tiles.
new 69dc8bbe5b Rename `interiorCoordinateStream()` as
`latticePointStream(boolean parallel)` and implement using `Spliterator` (more
efficient, specify characteristics).
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/GridExtent.java | 167 +++++++++++++++++----
.../apache/sis/coverage/grid/GridExtentTest.java | 55 ++++---
.../sis/storage/geotiff/ImageFileDirectory.java | 7 +-
3 files changed, 179 insertions(+), 50 deletions(-)