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 c82e6ab  TileMatrix : add TileMatrixSet API
     new fdbec98  Rename a method for consistency with other `delete` methods. 
Add a comment about why we do not define a `getTileSize()` method.
     new 3e32fcf  Moved `AbstractResource.removeStackTraceInLogs()` to 
`StoreUtilities`.
     new aab36b9  Avoid direct reference to `MetadataBuilder` internal class in 
`AbstractResource` API. This is a step (together with previous commit) toward 
moving `AbstractResource` to public API.
     new 8f1dbbf  `AbstractResource` does not inherit anymore from 
`StoreListeners`. Instead, `StoreListeners` become a field. This is a step 
toward moving `AbstractResource` to public API.

The 4 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/landsat/BandGroup.java  |  11 +-
 .../apache/sis/storage/landsat/package-info.java   |   2 +-
 .../sis/storage/landsat/MetadataReaderTest.java    |  24 ++-
 .../org/apache/sis/storage/geotiff/CRSBuilder.java |   6 +-
 .../org/apache/sis/storage/geotiff/DataCube.java   |  11 ++
 .../apache/sis/storage/geotiff/GeoTiffStore.java   |  17 +-
 .../sis/storage/geotiff/GridGeometryBuilder.java   |   5 +-
 .../sis/storage/geotiff/ImageFileDirectory.java    |  18 +-
 .../sis/storage/geotiff/ImageMetadataBuilder.java  |   5 +-
 .../org/apache/sis/storage/geotiff/Reader.java     |   2 +-
 .../sis/internal/netcdf/DiscreteSampling.java      |   2 +-
 .../org/apache/sis/internal/netcdf/FeatureSet.java |   2 +-
 .../apache/sis/internal/netcdf/NamedElement.java   |   4 +-
 .../apache/sis/internal/netcdf/RasterResource.java |  20 ++-
 .../org/apache/sis/internal/netcdf/TestCase.java   |  26 ++-
 .../internal/netcdf/impl/ChannelDecoderTest.java   |   3 +-
 .../storage/netcdf/NetcdfStoreProviderTest.java    |   5 +-
 .../org/apache/sis/internal/sql/feature/Table.java |   2 +-
 .../sis/internal/storage/AbstractFeatureSet.java   |  27 +--
 .../sis/internal/storage/AbstractGridResource.java |  37 ++--
 .../sis/internal/storage/AbstractResource.java     | 198 ++++++++-------------
 .../sis/internal/storage/AggregatedFeatureSet.java |   9 +-
 .../internal/storage/ConcatenatedFeatureSet.java   |   6 +-
 .../sis/internal/storage/MemoryFeatureSet.java     |   4 +-
 .../sis/internal/storage/MetadataBuilder.java      |  82 +++++++++
 .../sis/internal/storage/StoreUtilities.java       |  22 ++-
 .../org/apache/sis/storage/CoverageSubset.java     |   6 +-
 .../java/org/apache/sis/storage/DataStore.java     |   2 +-
 .../java/org/apache/sis/storage/FeatureSubset.java |   2 +-
 .../main/java/org/apache/sis/storage/Resource.java |   4 +-
 .../apache/sis/storage/event/StoreListeners.java   |  16 +-
 .../org/apache/sis/storage/tiling/TileMatrix.java  |   5 +
 .../sis/storage/tiling/WritableTiledResource.java  |   2 +-
 .../internal/storage/AbstractGridResourceTest.java |   4 +-
 34 files changed, 360 insertions(+), 231 deletions(-)

Reply via email to