This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 35c19eef1f fix(Geometry): fix small error in uml mapping and method 
parameters
     new c2ecd1f664 Fix a mismatched dimension exception when showing coverage 
values below the cursor.
     new c773a3c2e7 Provided more information about the `RenderedImage` layout 
in its `toString()` representation. This is an attempt to provide more 
debugging help.

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:
 .../apache/sis/coverage/grid/GridCoverage2D.java   |  56 +---
 .../apache/sis/coverage/grid/GridDerivation.java   |   2 +-
 .../org/apache/sis/coverage/grid/GridExtent.java   |   4 +-
 .../org/apache/sis/feature/internal/Resources.java |  15 ++
 .../sis/feature/internal/Resources.properties      |   3 +
 .../sis/feature/internal/Resources_fr.properties   |   3 +
 .../main/org/apache/sis/image/PlanarImage.java     |  58 +----
 .../image/internal/shared/ColorModelFactory.java   |  54 +++-
 .../sis/image/internal/shared/ImageUtilities.java  |  30 ---
 .../image/internal/shared/ScaledColorSpace.java    |  11 +-
 .../sis/image/internal/shared/Summarizer.java      | 288 +++++++++++++++++++++
 .../apache/sis/coverage/grid/GridExtentTest.java   |  36 ++-
 .../sis/util/resources/IndexedResourceBundle.java  |  14 +-
 .../org/apache/sis/util/resources/Vocabulary.java  |  10 +-
 .../sis/util/resources/Vocabulary.properties       |   2 +-
 .../sis/util/resources/Vocabulary_fr.properties    |   4 +-
 .../org/apache/sis/gui/map/ValuesFormatter.java    |   7 +-
 .../org/apache/sis/gui/map/ValuesUnderCursor.java  |   2 +-
 18 files changed, 415 insertions(+), 184 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.feature/main/org/apache/sis/image/internal/shared/Summarizer.java

Reply via email to