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 4049ee5d82 Add a DataType.UINT type for distinguishing whether Java2D 
`DataBuffer.TYPE_INT` should be interpreted as signed or unsigned. The sign of 
the integer type is ambiguous in Java2D, as it depends on the context. Methods 
were added in `DataType` for handling this ambiguity.
     new 8ddfe3bb09 Slight simplification of `DataType` usage when mapping to 
Java primitive types.
     new 6ff4ff2fa9 Add a `GeoTiffStoreProvider.open(ParameterValueGroup)` 
method for taking in account the compression and modifiers parameters.
     new 37ca8154b9 Replace usage of legacy `StringTokenizer` by 
`String.split(…)` or alternatives.

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/org/apache/sis/image/DataType.java        | 81 +++++++++++++++-------
 .../org/apache/sis/image/privy/RasterFactory.java  |  4 +-
 .../test/org/apache/sis/image/DataTypeTest.java    | 14 ++++
 .../apache/sis/metadata/sql/MetadataWriter.java    |  8 +--
 .../apache/sis/metadata/sql/privy/SQLBuilder.java  | 13 ++--
 .../sis/referencing/factory/sql/EPSGInstaller.java | 22 ++----
 .../provider/FranceGeocentricInterpolation.java    | 18 +++--
 .../sis/storage/geotiff/GeoTiffStoreProvider.java  | 57 ++++++++++++---
 .../storage/geotiff/inflater/CopyFromBytes.java    |  4 +-
 .../geotiff/inflater/HorizontalPredictor.java      |  4 +-
 .../geotiff/writer/HorizontalPredictor.java        |  4 +-
 .../sis/storage/geotiff/writer/TileMatrix.java     | 15 ++--
 .../org/apache/sis/storage/DataStoreProvider.java  | 22 +++---
 .../main/org/apache/sis/util/Version.java          | 13 +---
 14 files changed, 163 insertions(+), 116 deletions(-)

Reply via email to