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 19abdd5  Improve the support of coordinate display when the image 
shown on screen does not have an affine transform to a known geospatial CRS. 
This is the case of netCDF files when the coordinates of each pixel is 
specified in data arrays (localization grid). This work required the addition 
of CommonCRS.Engineering enumeration with DISPLAY and GRID values, for making 
easier to detect when we have such grid CRS. For now we use the 
EngineeringDatum of CommonCRS.Engineering.GRID as  [...]
     new 32a4415  Do more work in background thread.
     new 3786136  Consolidation of localized resources by moving some words to 
the `Vocabulary` class.
     new df4585d  Use "stretching" for the name of operation that fit a color 
ramp to a given range of values. It seems to be the word used by ESRI.

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:
 .../main/java/org/apache/sis/gui/DataViewer.java   |   6 +-
 .../apache/sis/gui/coverage/CoverageCanvas.java    |  41 +-
 .../apache/sis/gui/coverage/CoverageControls.java  |  15 +-
 .../apache/sis/gui/coverage/CoverageExplorer.java  |   3 +-
 .../java/org/apache/sis/gui/coverage/GridView.java |   3 +-
 .../coverage/{RangeType.java => Stretching.java}   |  29 +-
 .../apache/sis/gui/dataset/ResourceExplorer.java   |  78 ++-
 .../org/apache/sis/gui/dataset/ResourceTree.java   |  83 ++--
 .../sis/gui/metadata/IdentificationInfo.java       |  32 +-
 .../apache/sis/gui/metadata/MetadataSummary.java   |  13 +-
 .../org/apache/sis/gui/metadata/MetadataTree.java  |   2 +-
 .../sis/gui/metadata/RepresentationInfo.java       |  10 +-
 .../java/org/apache/sis/gui/metadata/Section.java  |   6 +-
 .../org/apache/sis/gui/referencing/CRSChooser.java |  10 +-
 .../gui/referencing/RecentReferenceSystems.java    |   4 +-
 .../apache/sis/internal/gui/BackgroundThreads.java |  46 +-
 .../apache/sis/internal/gui/ImageRenderings.java   |  25 +-
 .../org/apache/sis/internal/gui/Resources.java     | 198 ++------
 .../apache/sis/internal/gui/Resources.properties   |  26 -
 .../sis/internal/gui/Resources_fr.properties       |  26 -
 .../java/org/apache/sis/image/ImageProcessor.java  |  16 +-
 .../org/apache/sis/util/resources/Vocabulary.java  | 530 +++++++++++++--------
 .../sis/util/resources/Vocabulary.properties       |  44 +-
 .../sis/util/resources/Vocabulary_fr.properties    |  44 +-
 24 files changed, 697 insertions(+), 593 deletions(-)
 rename 
application/sis-javafx/src/main/java/org/apache/sis/gui/coverage/{RangeType.java
 => Stretching.java} (66%)

Reply via email to