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 9adfa358f6 Add sliders for selecting the slice to show in a 3 (or 
more) dimensional data cube. Slider graduation is okay but selecting a value 
does not yet have an effect.
     new b74a638936 Fix an erroneous temporal coordinate shown in the status 
bar with the CRS is (x,y,t).
     new 6664478fd9 More compact representation of the temporal coordinate in a 
(x,y,t) tuple.
     new 72c433cb3a Add a `GridExtent.setRange(…)` method. Change the order of 
some other methods for grouping related methods.
     new 20be7e050e Build new `GridExtent` from slider positions.
     new 270416850b More tolerant parsing of NaN value for GDAL_NODATA in TIFF 
file. It is sometime written as "nan" (all lower case).

The 5 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/coverage/GridSliceSelector.java |  66 ++++++++
 .../java/org/apache/sis/gui/map/StatusBar.java     |  19 +--
 .../java/org/apache/sis/gui/map/package-info.java  |   2 +-
 .../org/apache/sis/coverage/grid/GridExtent.java   | 179 +++++++++++++--------
 .../apache/sis/coverage/grid/GridExtentTest.java   |  58 ++++---
 .../org/apache/sis/geometry/CoordinateFormat.java  |  27 +++-
 .../java/org/apache/sis/geometry/package-info.java |   2 +-
 .../java/org/apache/sis/storage/geotiff/Type.java  |   7 +-
 8 files changed, 251 insertions(+), 109 deletions(-)

Reply via email to