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 b4cf213bf3 Move `ValueUnderCursor.FromCoverage` as a top-level class 
for easier maintenance. Refactor for fetching and formatting values in a 
background thread instead of JavaFX thread.
     new 6400194662 If a slice does not intersect the requested extent, try 
other slice candidates. It may happen if the "best" slice was selected using 
only temporal creteria but the geographic area of that particular slice does 
not intersect.
     new 08331faee8 Workaround a misleading error message from ImageIO.
     new eba0a4bea2 Replace `c.addAll(Arrays.asList(…))` pattern by the simpler 
`Collections.addAll(c, …)` pattern when the number of elements is small.

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:
 .../sis/coverage/grid/DisjointExtentException.java |  6 +-
 .../org/apache/sis/feature/AbstractAttribute.java  |  3 +-
 .../sis/metadata/iso/MetadataScopeAdapter.java     |  6 +-
 .../sis/metadata/iso/citation/DefaultContact.java  |  4 +-
 .../sis/metadata/iso/DefaultMetadataTest.java      |  3 +-
 .../sis/parameter/DefaultParameterValueGroup.java  |  4 +-
 .../java/org/apache/sis/referencing/Builder.java   |  6 +-
 .../operation/builder/ProjectedTransformTry.java   |  4 +-
 .../parameter/DefaultParameterValueGroupTest.java  |  5 +-
 .../sis/internal/util/CheckedArrayListTest.java    |  3 +-
 .../test/java/org/apache/sis/test/TestRunner.java  |  3 +-
 .../util/collection/FrequencySortedSetTest.java    |  3 +-
 .../org/apache/sis/storage/landsat/BandGroup.java  |  4 +-
 .../sis/internal/netcdf/impl/ChannelDecoder.java   |  3 +-
 .../sis/internal/netcdf/impl/VariableInfo.java     |  2 +-
 .../sis/internal/storage/image/FormatFinder.java   | 34 ++++++++-
 .../org/apache/sis/storage/StorageConnector.java   | 36 +++++++++-
 .../aggregate/ConcatenatedGridCoverage.java        | 80 ++++++++++++++++------
 .../sis/storage/aggregate/GridSliceLocator.java    |  2 +-
 .../sis/storage/aggregate/MergeStrategy.java       | 14 ++--
 20 files changed, 164 insertions(+), 61 deletions(-)

Reply via email to