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 0e2089b190 If the resources to aggregate are instances of 
`MemoryGridResource`, aggregate directly the underlying `GridCoverage` 
instances.
     new 3906ad83eb The check for `MemoryGridResource` in 
`BandAggregateGridResource.create(…)` should not be an "all or nothing" 
operation. With this commit, shortcut is used even if only some of the 
resources to aggregate are `MemoryGridResource` instances.
     new 175b9f0ced Fix some javadoc errors.

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   |   2 +
 .../sis/internal/coverage/MultiSourceArgument.java |  32 +++++-
 .../apache/sis/parameter/ParameterValueList.java   |   2 +-
 .../referencing/factory/sql/AuthorityCodes.java    |   2 +-
 .../referencing/operation/projection/Mercator.java |   4 +-
 .../sis/internal/storage/MemoryGridResource.java   |  45 ++++-----
 .../org/apache/sis/storage/StorageConnector.java   |  44 ++++----
 .../aggregate/BandAggregateGridResource.java       | 112 +++++++++++++--------
 .../aggregate/BandAggregateGridResourceTest.java   |  42 ++++++--
 ...AggregatorTest.java => OpaqueGridResource.java} |  33 +++---
 10 files changed, 203 insertions(+), 115 deletions(-)
 copy 
storage/sis-storage/src/test/java/org/apache/sis/storage/aggregate/{CoverageAggregatorTest.java
 => OpaqueGridResource.java} (55%)

Reply via email to