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 b957357  Better recording of recently used file (ordered by file 
closed instead of file opened, remove from menu the opened files).
     new aba6ddf  GridCoverageResource API: - Add a `getResolutions()` method. 
- Add `throws DataStoreException` to `get|setLoadingStrategy(…)`.
     new 381fe9d  Replace `Visualization.create(…)` method by a builder. It 
simplifies some code and made easier to fix a bug related to mismatched tile 
layout in the `converters == null` optimization case.
     new 5c8868f  Fix an exception when rendering an image without "grid to 
CRS" conversion.

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:
 .../apache/sis/gui/coverage/CoverageCanvas.java    |  16 +-
 .../org/apache/sis/gui/coverage/ImageRequest.java  |  17 +-
 .../org/apache/sis/gui/coverage/RenderingData.java |  10 +-
 .../org/apache/sis/gui/coverage/package-info.java  |   2 +-
 .../java/org/apache/sis/image/ImageProcessor.java  |  51 +--
 .../java/org/apache/sis/image/Visualization.java   | 420 +++++++++++++--------
 .../sis/internal/coverage/j2d/ImageLayout.java     |  40 ++
 .../main/java/org/apache/sis/util/ArraysExt.java   |   2 +-
 .../sis/internal/storage/GridResourceWrapper.java  |  34 +-
 .../sis/internal/storage/TiledGridResource.java    |   8 +-
 .../org/apache/sis/storage/CoverageSubset.java     |   6 +-
 .../apache/sis/storage/GridCoverageResource.java   |  43 ++-
 .../sis/test/storage/CoverageReadConsistency.java  |   4 +-
 13 files changed, 438 insertions(+), 215 deletions(-)

Reply via email to