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 5e91876  List the sample dimensions in CoverageExplorer.
     new 09cd4dd  Fix a NullPointerException.
     new e6f51e8  Handle formatting of cell values in a separated class, for 
making easier to share with the table of sample dimensions (to be provided in a 
future commit).
     new 8c19cc0  Show coverage sample dimensions in a table, with min/max 
values and units of measurement.

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/gui/coverage/CategoryCellFactory.java      | 157 +++++++++++++++++
 .../org/apache/sis/gui/coverage/CellFormat.java    | 195 +++++++++++++++++++++
 .../apache/sis/gui/coverage/CoverageExplorer.java  |  48 ++---
 .../java/org/apache/sis/gui/coverage/GridView.java | 150 ++--------------
 .../org/apache/sis/gui/coverage/ImageRequest.java  |   8 +-
 .../sis/util/resources/IndexedResourceBundle.java  |  32 +++-
 .../org/apache/sis/util/resources/Vocabulary.java  |  10 ++
 .../sis/util/resources/Vocabulary.properties       |   2 +
 .../sis/util/resources/Vocabulary_fr.properties    |   2 +
 9 files changed, 439 insertions(+), 165 deletions(-)
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/gui/coverage/CategoryCellFactory.java
 create mode 100644 
application/sis-javafx/src/main/java/org/apache/sis/gui/coverage/CellFormat.java

Reply via email to