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 f057125eea Move aggregation classes to a separated package, in 
anticipation for more classes to be added.
     new c094a3a015 Optimization which replaces a "resample" operation by a 
translation can be applied only if the source and target coverages has the same 
size.
     new 696dfafa87 Allow `ChannelImageInputStream` to wrap an array of 
`byte[]` containing all data.

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:
 .../sis/coverage/grid/GridCoverageProcessor.java   |  6 +-
 .../org/apache/sis/coverage/grid/GridExtent.java   | 37 +++++++++--
 .../sis/coverage/grid/ResampledGridCoverage.java   | 36 +++++-----
 .../sis/coverage/grid/TranslatedGridCoverage.java  |  9 ++-
 .../sis/internal/storage/io/ChannelData.java       | 25 ++++++-
 .../sis/internal/storage/io/ChannelDataInput.java  | 15 ++++-
 .../storage/io/ChannelImageInputStream.java        | 14 +++-
 .../sis/internal/storage/io/NullChannel.java       | 77 ++++++++++++++++++++++
 .../sis/internal/storage/io/package-info.java      |  2 +-
 .../org/apache/sis/storage/StorageConnector.java   | 11 +++-
 10 files changed, 200 insertions(+), 32 deletions(-)
 create mode 100644 
storage/sis-storage/src/main/java/org/apache/sis/internal/storage/io/NullChannel.java

Reply via email to