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 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`.
new 9a63af427f Add a `Envelopes.transformWraparounds(…)` method for
getting the individual envelopes before their union is computed. This method is
useful only if the transforms chain contains at least one `WraparoundTransform`
step.
new fbde8a0a60 Avoid wraparound when the result does not intersect the
base grid geometry. The fix use `GridExtent.toEnvelopes(…)` (note the pluarl
form) is applied in only once place for now, but we should check if it applies
to more places.
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:
.../apache/sis/coverage/grid/DomainLinearizer.java | 2 +-
.../apache/sis/coverage/grid/GridDerivation.java | 27 ++++-
.../org/apache/sis/coverage/grid/GridExtent.java | 119 +++++++++++++++-----
.../org/apache/sis/coverage/grid/GridGeometry.java | 9 +-
.../sis/coverage/grid/ResampledGridCoverage.java | 4 +-
.../apache/sis/coverage/grid/SliceGeometry.java | 2 +-
.../sis/coverage/grid/GridDerivationTest.java | 31 +++++-
.../apache/sis/coverage/grid/GridExtentTest.java | 29 ++++-
.../java/org/apache/sis/geometry/Envelopes.java | 124 +++++++++++++++------
.../org/apache/sis/geometry/EnvelopesTest.java | 22 +++-
10 files changed, 288 insertions(+), 81 deletions(-)