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 fc7815d60f Fix incubator modules wrong groupId new 65014957b2 Panama package shall not be exported to all. new bad81f42f1 Replace `ResourceOnFileSystem` internal interface by a public `Resource.getFileSet()` method. Provides default methods for copying and deleting the resource, with overrides in GDALStore. 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/DataCube.java | 9 +- .../sis/storage/geotiff/MultiResolutionImage.java | 11 +- .../sis/storage/netcdf/base/RasterResource.java | 11 +- .../main/org/apache/sis/storage/Resource.java | 206 ++++++++++++++++++++- .../org/apache/sis/storage/base/PRJDataStore.java | 35 ++-- .../sis/storage/base/ResourceOnFileSystem.java | 71 ------- .../org/apache/sis/storage/base/URIDataStore.java | 37 ++-- .../sis/storage/base/URIDataStoreProvider.java | 9 +- .../org/apache/sis/storage/esri/RasterStore.java | 7 +- .../apache/sis/storage/esri/RawRasterStore.java | 5 +- .../main/org/apache/sis/storage/folder/Store.java | 6 +- .../apache/sis/storage/folder/WritableStore.java | 39 ++-- .../apache/sis/storage/image/WorldFileStore.java | 5 +- .../sis/storage/esri/AsciiGridStoreTest.java | 59 +++++- .../main/module-info.java | 4 +- .../main/org/apache/sis/storage/gdal/Driver.java | 99 ++++++++++ .../main/org/apache/sis/storage/gdal/GDAL.java | 23 +++ .../org/apache/sis/storage/gdal/GDALStore.java | 36 ++-- .../main/org/apache/sis/storage/gdal/Opener.java | 9 +- .../org/apache/sis/storage/gdal/GDALStoreTest.java | 59 +++++- .../apache/sis/storage/geopackage/GpkgStore.java | 26 +-- .../apache/sis/storage/gsf/GSFRecordReader.java | 2 +- .../main/org/apache/sis/storage/gsf/GSFStore.java | 9 +- .../sis/storage/shapefile/ShapefileStore.java | 15 +- .../sis/storage/shapefile/ShapefileStoreTest.java | 31 ++-- .../org/apache/sis/gui/dataset/PathAction.java | 27 +-- 26 files changed, 608 insertions(+), 242 deletions(-) delete mode 100644 endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/base/ResourceOnFileSystem.java