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 9252ad9e1d First draft of World File reader as a wrapper around
standard Java Image I/O.
new 5b53df22a7 `MetadataSource.lookup(…)` should verify if the metadata
record exists (otherwise the `catch (MetadataStoreException)` blocks are
ineffective).
new a8fcd7a9fe Implement `probleContent(…)` for World File data store. Fix
documentation in other implementations of `probleContent(…)`.
new 7ccfb5a03b Fix a hole in localization of `GridExtent` string
representation. This is necessary for platform-independent tests.
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:
.../org/apache/sis/coverage/grid/GridExtent.java | 11 +-
.../org/apache/sis/metadata/sql/Dispatcher.java | 6 +-
.../apache/sis/metadata/sql/MetadataSource.java | 114 ++++++++++++++-------
.../apache/sis/metadata/sql/TableHierarchy.java | 4 +
.../sis/storage/landsat/LandsatStoreProvider.java | 2 +-
.../apache/sis/storage/landsat/MetadataReader.java | 4 +-
.../apache/sis/storage/geotiff/GeoTiffStore.java | 2 +-
.../sis/storage/geotiff/GeoTiffStoreProvider.java | 11 +-
.../apache/sis/storage/netcdf/MetadataReader.java | 2 +-
.../sis/storage/netcdf/NetcdfStoreProvider.java | 11 +-
.../apache/sis/storage/sql/SQLStoreProvider.java | 2 +-
.../internal/storage/DocumentedStoreProvider.java | 45 ++++----
.../sis/internal/storage/MetadataBuilder.java | 22 ++--
.../apache/sis/internal/storage/ascii/Store.java | 2 +-
.../sis/internal/storage/ascii/StoreProvider.java | 12 ++-
.../org/apache/sis/internal/storage/csv/Store.java | 2 +-
.../sis/internal/storage/csv/StoreProvider.java | 12 ++-
.../sis/internal/storage/folder/StoreProvider.java | 4 +-
.../sis/internal/storage/image/FormatFilter.java | 42 +++++++-
.../apache/sis/internal/storage/image/Store.java | 7 +-
.../sis/internal/storage/image/StoreProvider.java | 36 ++++++-
.../sis/internal/storage/wkt/StoreProvider.java | 20 ++--
.../sis/internal/storage/xml/AbstractProvider.java | 13 +--
.../org/apache/sis/storage/DataStoreProvider.java | 8 +-
.../internal/storage/wkt/StoreProviderTest.java | 2 +-
25 files changed, 262 insertions(+), 134 deletions(-)