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 9c4a34851d Add `since` tag into `@Deprecated` annotations. Remove 4 
deprecated methods that where not used anymore.
     new f83c833020 Post-merge cleanup.
     new 871d8fd9a3 Replace most of `org.apache.sis.storage.geotiff.Tags` by 
`javax.imageio.plugins.tiff`. The latter provides a more complete set of tags 
that we can use as labels in metadata.
     new 7490457b36 Fix an exception when GeoTIFF metadata contains rational 
numbers.

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/dataset/ExpandedFeature.java    |   2 +
 .../apache/sis/metadata/PropertyInformation.java   |   7 +-
 .../org/apache/sis/internal/util/Numerics.java     |  20 ++
 .../apache/sis/internal/geotiff/Compression.java   |  36 ++--
 .../org/apache/sis/internal/geotiff/Predictor.java |   8 +-
 .../apache/sis/internal/geotiff/package-info.java  |   2 +-
 .../org/apache/sis/storage/geotiff/DataCube.java   |   6 +-
 .../apache/sis/storage/geotiff/GeoKeysLoader.java  |  23 +--
 .../sis/storage/geotiff/ImageFileDirectory.java    | 222 +++++++++++----------
 .../sis/storage/geotiff/ImageMetadataBuilder.java  |  18 +-
 .../apache/sis/storage/geotiff/NativeMetadata.java |  26 +--
 .../java/org/apache/sis/storage/geotiff/Tags.java  | 192 ++++--------------
 .../java/org/apache/sis/storage/geotiff/Type.java  |  76 ++++---
 .../apache/sis/storage/geotiff/package-info.java   |   2 +-
 .../org/apache/sis/storage/geotiff/TagsTest.java   |  24 ++-
 .../apache/sis/test/suite/GeoTiffTestSuite.java    |   3 +-
 16 files changed, 315 insertions(+), 352 deletions(-)
 copy core/sis-feature/src/test/java/org/apache/sis/filter/XPathTest.java => 
storage/sis-geotiff/src/test/java/org/apache/sis/storage/geotiff/TagsTest.java 
(60%)

Reply via email to