This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 59f2edce98 feat(DGGS): add DGGS API
     new 41b8832d0e feat(GridExtent): add getLatticePointCount method
     new e34709ee6a feat(DGGS): add code operation and coverage test

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:
 .../org/apache/sis/coverage/grid/GridExtent.java   |  18 ++
 .../main/module-info.java                          |   7 +
 .../sis/storage/coverage/CoverageUtilities.java    |  30 ----
 .../apache/sis/storage/coverage/FeatureExt.java    |  50 +-----
 .../apache/sis/storage/coverage/TileMatrices.java  |  37 -----
 .../rs/internal/shared/ArrayCodedCoverage.java     |   8 +-
 .../rs/internal/shared/GridAsCodedResource.java    |   3 +-
 .../rs/internal/shared/ResampledCodedCoverage.java |   3 +-
 .../sis/referencing/rs/CodeOperationTest.java      | 175 ++++++++++++++++++++
 .../rs/ArrayReferencedGridCoverageTest.java        | 184 +++++++++++++++++++++
 10 files changed, 390 insertions(+), 125 deletions(-)
 delete mode 100644 
incubator/src/org.apache.sis.referencing.dggs/main/org/apache/sis/storage/coverage/TileMatrices.java
 create mode 100644 
incubator/src/org.apache.sis.referencing.dggs/test/org/apache/sis/referencing/rs/CodeOperationTest.java
 create mode 100644 
incubator/src/org.apache.sis.referencing.dggs/test/org/apache/sis/storage/rs/ArrayReferencedGridCoverageTest.java

Reply via email to