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 894384d Add checks against empty area of interest during pixel iteration.
new 2b36532 Undeprecate `GridExtent.expand(long...)` given its similarity with method
below. Refactor `GridExtent.grow(boolean, boolean long...)` as `expand(long[], long[])`. Add
tests.
new a56b98f Disable interpolations on image using an IndexColorModel.
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:
.../apache/sis/coverage/grid/GridDerivation.java | 2 +-
.../org/apache/sis/coverage/grid/GridExtent.java | 87 ++++++++++-------
.../java/org/apache/sis/image/PixelIterator.java | 6 +-
.../java/org/apache/sis/image/ResampledImage.java | 15 +++
.../apache/sis/coverage/grid/GridExtentTest.java | 19 +++-
.../sis/internal/storage/MemoryGridResource.java | 2 +-
.../internal/storage/MemoryGridResourceTest.java | 103 +++++++++++++++++++++
.../apache/sis/test/suite/StorageTestSuite.java | 1 +
8 files changed, 196 insertions(+), 39 deletions(-)
create mode 100644 storage/sis-storage/src/test/java/org/apache/sis/internal/storage/MemoryGridResourceTest.java
|