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 23d2354  Provides a view of GeoTIFF native metadata (TIFF tags and 
GeoKeys).
     new 08e148e  Use separated nodes in native metadata for each TIFF image.
     new 6cd70ce  Fix an `IndexOutOfBoundsException`.
     new 887a01a  Allow to restrict the "best fit range" to floating point 
types. It makes a difference in the interpretation of next value after the 
maximum value.
     new 0e4421b  Fix a problem with `IndexColorModel` creation for 1-bit TIFF 
images.

The 4 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/GridDerivation.java   |  5 +-
 .../internal/coverage/j2d/ColorModelFactory.java   | 12 ++---
 .../java/org/apache/sis/measure/NumberRange.java   | 61 +++++++++++++++++++---
 .../java/org/apache/sis/measure/package-info.java  |  2 +-
 .../org/apache/sis/util/resources/Vocabulary.java  |  5 ++
 .../sis/util/resources/Vocabulary.properties       |  1 +
 .../sis/util/resources/Vocabulary_fr.properties    |  1 +
 .../org/apache/sis/measure/NumberRangeTest.java    |  4 +-
 .../apache/sis/storage/geotiff/GeoTiffStore.java   |  2 +-
 .../sis/storage/geotiff/ImageFileDirectory.java    |  8 +--
 .../apache/sis/storage/geotiff/NativeMetadata.java | 17 ++++--
 11 files changed, 93 insertions(+), 25 deletions(-)

Reply via email to