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 08710309d3 Upgrade GeoAPI snapshot version. Contains the addition of 
`getReferenceSystemType()` method. This upgrade fixes 
https://issues.apache.org/jira/browse/SIS-470
     new bbe24a2fba Better checks of SampleModel properties before to write a 
GeoTIFF file.
     new 08e4257586 Better checks of ColorModel properties before to write a 
GeoTIFF file.

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:
 .../sis/coverage/privy/ColorModelFactory.java      | 106 ++++++---
 .../apache/sis/coverage/privy/ImageUtilities.java  |  16 --
 .../main/org/apache/sis/image/Colorizer.java       |   5 +-
 .../apache/sis/storage/geotiff/GeoTiffStore.java   |  15 +-
 .../sis/storage/geotiff/ImageFileDirectory.java    |  91 +++++---
 .../org/apache/sis/storage/geotiff/Writer.java     |  29 ++-
 .../storage/geotiff/writer/ReformattedImage.java   | 169 +++++++++-----
 .../sis/storage/geotiff/writer/TileMatrix.java     |  72 +++---
 .../org/apache/sis/storage/geotiff/WriterTest.java |   2 +-
 .../sis/storage/sql/postgis/RasterReader.java      |   2 +-
 .../apache/sis/io/stream/HyperRectangleWriter.java | 246 ++++++++++++++++-----
 .../main/org/apache/sis/io/stream/Region.java      |  30 +++
 .../sis/storage/base/URIDataStoreProvider.java     |  25 +++
 .../org/apache/sis/storage/esri/RasterStore.java   |   8 +-
 .../org/apache/sis/storage/gdal/TiledResource.java |   2 +-
 15 files changed, 595 insertions(+), 223 deletions(-)

Reply via email to