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 6ef7876 Initial implementation of CachedImage. The intent is to hold
the result of operations applied on other images. After completion, it will
replace ConvertedGridCoverage.
new 963004a Avoid a NullPointerException on call to `getMetadata()`.
new ae19e93 Base class for image operations.
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:
.../java/org/apache/sis/image/PlanarImage.java | 36 +---
.../sis/internal/coverage/j2d/CachedImage.java | 16 +-
.../sis/internal/coverage/j2d/ImageOperation.java | 234 +++++++++++++++++++++
.../sis/internal/coverage/j2d/ImageUtilities.java | 43 ++++
.../org/apache/sis/internal/feature/Resources.java | 10 +
.../sis/internal/feature/Resources.properties | 2 +
.../sis/internal/feature/Resources_fr.properties | 2 +
.../org/apache/sis/internal/util/Numerics.java | 14 +-
.../main/java/org/apache/sis/measure/Scalar.java | 3 +-
.../apache/sis/internal/storage/folder/Store.java | 17 +-
10 files changed, 337 insertions(+), 40 deletions(-)
create mode 100644
core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/ImageOperation.java