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 7ccfb5a03b Fix a hole in localization of `GridExtent` string 
representation. This is necessary for platform-independent tests.
     new ad28d4f9ce Fix a hole in the computation of size of subsampled tiles. 
Adjust documentation.
     new ca02662a4e Be more specific about the types of accepted inputs/outputs 
and about the formats for which we have an entry in the `SpatialMetadata` 
database.
     new cddbe5f8a0 Add tests for World File image reader and fix the 
`GridCoverageResource` implementation.

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:
 .../apache/sis/coverage/grid/GridDerivation.java   |   2 +-
 ide-project/NetBeans/build.xml                     |   2 +
 .../sis/internal/storage/image/FormatFilter.java   |  21 ++--
 .../apache/sis/internal/storage/image/Image.java   |  73 +++++++++++---
 .../apache/sis/internal/storage/image/Store.java   |  30 ++++--
 .../storage/image}/SelfConsistencyTest.java        |  30 +++---
 .../StoreTest.java}                                |  24 +++--
 .../apache/sis/test/storage/SubsampledImage.java   | 107 +++++++++++++++++++--
 .../apache/sis/test/suite/StorageTestSuite.java    |   2 +
 .../apache/sis/internal/storage/image/README.md    |  11 +++
 .../apache/sis/internal/storage/image/gradient.pgw |   6 ++
 .../apache/sis/internal/storage/image/gradient.png | Bin 0 -> 176 bytes
 .../apache/sis/internal/storage/image/gradient.prj |   8 ++
 13 files changed, 251 insertions(+), 65 deletions(-)
 copy storage/{sis-geotiff/src/test/java/org/apache/sis/storage/geotiff => 
sis-storage/src/test/java/org/apache/sis/internal/storage/image}/SelfConsistencyTest.java
 (77%)
 copy 
storage/sis-storage/src/test/java/org/apache/sis/internal/storage/{csv/StoreProviderTest.java
 => image/StoreTest.java} (71%)
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/image/README.md
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/image/gradient.pgw
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/image/gradient.png
 create mode 100644 
storage/sis-storage/src/test/resources/org/apache/sis/internal/storage/image/gradient.prj

Reply via email to