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 186c01efb9 Handle characters for the "File reference" column of EPSG
database that are illegal according URI syntax.
new 3f4e03d1e0 Writable `SingleImageStore` needs to extent `WritableStore`
for being effective.
new 6102218872 Try to resolve ambiguity between "Polar Stereographic
(variant A)" and "(variant B)" in GeoTIFF files.
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/storage/geotiff/CRSBuilder.java | 29 ++++++++-
.../org/apache/sis/storage/geotiff/GeoCodes.java | 15 ++++-
.../apache/sis/storage/geotiff/GeoCodesTest.java | 68 ++++++++++++++++++++++
.../apache/sis/test/suite/GeoTiffTestSuite.java | 1 +
.../internal/storage/image/SingleImageStore.java | 37 ++----------
.../sis/internal/storage/image/WorldFileStore.java | 1 +
.../storage/image/WorldFileStoreProvider.java | 4 +-
...ageStore.java => WritableSingleImageStore.java} | 61 +++++++++----------
.../sis/internal/storage/image/package-info.java | 2 +-
9 files changed, 144 insertions(+), 74 deletions(-)
create mode 100644
storage/sis-geotiff/src/test/java/org/apache/sis/storage/geotiff/GeoCodesTest.java
copy
storage/sis-storage/src/main/java/org/apache/sis/internal/storage/image/{SingleImageStore.java
=> WritableSingleImageStore.java} (75%)