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 01be36ffa4 Merge remote-tracking branch
'origin/feat/resource-processor' into geoapi-4.0. The code in the branch have
been reworked for reusing more exising SIS code, for moving some aggregation
methods to the dedicated `aggregate` sub-package, for resolving some
limitations (e.g. band aggregation no longer requires the same tiling layout),
for completing documentation and for retrofitting some operations as
`GridCoverageResource.subset(…)`.
new d485138aae Replace `PlanarImage.copyData(…)` implementation by a call
to `WritableRaster.setRect(…)`. That method is optimized in various Java
private subclasses of `WritableRaster`.
new 7619fb4837 Documentation fixes and minor code formatting.
new b56244371d Use `ArithmeticException` for errors related to an overflow
of integer capacity.
The 3 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/grid/BandAggregateGridCoverage.java | 2 +-
.../org/apache/sis/coverage/grid/GridCoverage.java | 29 ++++++------
.../sis/coverage/grid/GridCoverageBuilder.java | 2 +-
.../sis/coverage/grid/GridCoverageProcessor.java | 18 ++++++-
.../apache/sis/coverage/grid/GridOrientation.java | 2 +-
.../java/org/apache/sis/image/ImageProcessor.java | 2 +-
.../java/org/apache/sis/image/PlanarImage.java | 34 +++++--------
.../main/java/org/apache/sis/image/Transferer.java | 55 +++++++++++++++++++---
.../java/org/apache/sis/index/tree/PointTree.java | 2 +-
.../sis/internal/coverage/j2d/ImageUtilities.java | 40 ----------------
.../apache/sis/coverage/grid/GridGeometryTest.java | 40 ++++++++--------
.../java/org/apache/sis/geometry/Envelopes.java | 2 +-
.../main/java/org/apache/sis/referencing/CRS.java | 2 +-
.../main/java/org/apache/sis/util/ArraysExt.java | 2 +-
.../sis/internal/storage/TiledGridCoverage.java | 2 +-
.../sis/internal/storage/io/IOUtilities.java | 6 +--
.../aggregate/ConcatenatedGridCoverage.java | 2 +-
17 files changed, 124 insertions(+), 118 deletions(-)