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 49bda1dfe2 Use WKT 2 format when writting PRJ files. This is not the 
common practice (which is to use WKT 1), but that practice was using an 
ambiguous WKT 1 variant. The WKT 2 aims to avoid those ambiguities, and 
hopefully is starting to be supported widely enough.
     new b8192c5581 Be more specific about the data store to show in the JavaFX 
application.
     new 0e983e5d1e Move in a separated class some `AsciiGridStore` code which 
will be shared by BIL/BIP/BSQ data store. Add some convenience static methods 
will will be needed as well.

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:
 application/sis-javafx/pom.xml                     |   5 +
 .../main/java/org/apache/sis/gui/DataViewer.java   |  16 ++-
 .../main/java/org/apache/sis/image/DataType.java   |  55 ++++++++-
 .../org/apache/sis/internal/feature/Resources.java |   5 +
 .../sis/internal/feature/Resources.properties      |   1 +
 .../sis/internal/feature/Resources_fr.properties   |   1 +
 .../java/org/apache/sis/image/DataTypeTest.java    |  25 +++-
 .../org/apache/sis/internal/util/Numerics.java     |  13 ++
 .../java/org/apache/sis/util/resources/Errors.java |   5 +
 .../apache/sis/util/resources/Errors.properties    |   1 +
 .../apache/sis/util/resources/Errors_fr.properties |   1 +
 .../sis/storage/landsat/LandsatStoreProvider.java  |   1 -
 .../sis/internal/storage/esri/AsciiGridStore.java  |  70 ++---------
 .../sis/internal/storage/esri/RasterStore.java     | 131 +++++++++++++++++++++
 .../sis/internal/storage/esri/package-info.java    |   6 +-
 .../sis/internal/storage/image/WorldFileStore.java |   1 +
 .../sis/internal/storage/wkt/StoreProvider.java    |   2 +-
 .../sis/internal/storage/xml/StoreProvider.java    |   4 +-
 .../sis/internal/storage/gpx/StoreProvider.java    |   9 +-
 19 files changed, 278 insertions(+), 74 deletions(-)
 create mode 100644 
storage/sis-storage/src/main/java/org/apache/sis/internal/storage/esri/RasterStore.java

Reply via email to