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 b82266fafa Use CRS axis name instead of grid axis name when possible.
new ad2649f616 Rename `GridExtent.setRange(…)` as `withRange(…)` because
it does not modify the current instance.
new 6dd5c5754d Add a `PixelInCell` argument to the
`GridExtent.getPointOfInterest()` method. It matter when we use that method for
getting the coordinates of a slice.
new e26c2825bf Change of slider position now cause the rendering of
corresponding slice of data. It works for `GridView` only at this stage, not
yet for `CoverageCanvas`.
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/coverage/GridSliceSelector.java | 4 +-
.../org/apache/sis/gui/coverage/ImageRequest.java | 90 +++++++++++++---------
.../apache/sis/gui/coverage/ViewAndControls.java | 6 ++
.../java/org/apache/sis/gui/map/StatusBar.java | 32 +++++++-
.../coverage/grid/CoordinateOperationFinder.java | 2 +-
.../sis/coverage/grid/GridCoverageProcessor.java | 2 +-
.../apache/sis/coverage/grid/GridDerivation.java | 7 +-
.../apache/sis/coverage/grid/GridEvaluator.java | 2 +-
.../org/apache/sis/coverage/grid/GridExtent.java | 36 +++++++--
.../org/apache/sis/coverage/grid/GridGeometry.java | 50 +++++++++---
.../sis/coverage/grid/ResampledGridCoverage.java | 9 ++-
.../apache/sis/coverage/grid/SliceGeometry.java | 7 +-
.../sis/internal/coverage/CoverageCombiner.java | 4 +-
.../apache/sis/coverage/grid/GridExtentTest.java | 8 +-
.../apache/sis/coverage/grid/GridGeometryTest.java | 31 +++++++-
.../main/java/org/apache/sis/portrayal/Canvas.java | 2 +-
.../org/apache/sis/portrayal/CanvasExtent.java | 10 ++-
.../org/apache/sis/portrayal/package-info.java | 2 +-
.../sis/storage/geotiff/MultiResolutionImage.java | 6 +-
19 files changed, 228 insertions(+), 82 deletions(-)