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 bd7b424 Rename CachedImage as ComputedImage and retrofit part of
ImageOperation in it.
new be0c053 Add ImageLayout as a helper class for setting the tiling used
by ComputedImage.
new efd6eaa Move ComputedImage in public API.
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:
.../coverage/j2d => image}/ComputedImage.java | 97 ++++----
.../coverage/j2d => image}/TileCache.java | 8 +-
.../internal/coverage/j2d/ColorModelFactory.java | 2 +-
.../sis/internal/coverage/j2d/ImageFactory.java | 76 +++++++
.../sis/internal/coverage/j2d/ImageLayout.java | 243 +++++++++++++++++++++
.../sis/internal/coverage/j2d/ImageUtilities.java | 57 ++---
.../sis/coverage/grid/GridCoverage2DTest.java | 4 +-
.../java/org/apache/sis/math/MathFunctions.java | 17 +-
8 files changed, 391 insertions(+), 113 deletions(-)
rename core/sis-feature/src/main/java/org/apache/sis/{internal/coverage/j2d =>
image}/ComputedImage.java (79%)
rename core/sis-feature/src/main/java/org/apache/sis/{internal/coverage/j2d =>
image}/TileCache.java (94%)
create mode 100644
core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/ImageFactory.java
create mode 100644
core/sis-feature/src/main/java/org/apache/sis/internal/coverage/j2d/ImageLayout.java