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 57c14cd312 fix(Shapefile): fix combining multiple subset
     new e0588cac36 Minor cleaning (documentation, removal of a deprecated 
method).
     new c25766bdff Move `getEnvelope()` default implementation from 
`AbstractGridCoverageResource` class to `GridCoverageResource` interface.
     new ca8241da59 Add a `GridGeometry` constructor doing the concatenation of 
two grid geometries. Opportunistic migration of JUnit 4 to JUnit 5 for the 
relevant tests.
     new 8ba711cc91 Add a `GridCoverageProcessor.appendDimension(…)` method.

The 4 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:
 .../sis/coverage/grid/DimensionAppender.java       | 152 +++++++++++++++++++++
 .../sis/coverage/grid/GridCoverageProcessor.java   |  28 +++-
 .../org/apache/sis/coverage/grid/GridExtent.java   |  29 +++-
 .../org/apache/sis/coverage/grid/GridGeometry.java |  63 ++++++++-
 .../org/apache/sis/feature/internal/Resources.java |   5 +
 .../sis/feature/internal/Resources.properties      |   1 +
 .../sis/feature/internal/Resources_fr.properties   |   1 +
 .../org/apache/sis/filter/ComparisonFilter.java    |   2 +-
 .../apache/sis/coverage/grid/GridExtentTest.java   | 113 ++++++++-------
 .../apache/sis/coverage/grid/GridGeometryTest.java | 140 ++++++++++++-------
 .../factory/CommonAuthorityFactory.java            |   4 +-
 .../sis/storage/AbstractGridCoverageResource.java  |  21 +--
 .../apache/sis/storage/GridCoverageResource.java   |  23 +++-
 .../sis/storage/aggregate/CoverageAggregator.java  |  13 +-
 .../apache/sis/storage/aggregate/package-info.java |   2 +-
 .../org/apache/sis/storage/esri/RasterStore.java   |  14 --
 .../main/org/apache/sis/util/ArraysExt.java        |  20 ++-
 17 files changed, 476 insertions(+), 155 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.feature/main/org/apache/sis/coverage/grid/DimensionAppender.java

Reply via email to