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 363c87b822 Adjustment in warning or error messages produced by the
GIMI reader.
new a42f8a7502 Safety against a possible integer overflow. Safety against
precision loss.
new 9cb97c64c3 Add a `GridExtent.reshape(long[])` method and use that for
simplifying some code. Minor opportunistic reformating.
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:
.../org/apache/sis/coverage/grid/GridExtent.java | 61 ++++++++++++++++------
.../apache/sis/coverage/grid/GridExtentTest.java | 10 +++-
.../sis/storage/geotiff/ImageFileDirectory.java | 5 +-
.../org/apache/sis/io/stream/ChannelDataInput.java | 2 +-
.../sis/storage/UnsupportedQueryException.java | 1 +
.../sis/storage/aggregate/GridSliceLocator.java | 5 +-
.../apache/sis/storage/base/TiledGridCoverage.java | 5 +-
.../org/apache/sis/storage/CoverageQueryTest.java | 8 ++-
.../storage/MemoryGridCoverageResourceTest.java | 6 ++-
.../sis/storage/test/CoverageReadConsistency.java | 2 +-
.../main/org/apache/sis/util/ArgumentChecks.java | 26 ++++++++-
.../apache/sis/util/internal/shared/Numerics.java | 4 +-
.../main/org/apache/sis/gui/map/MapCanvas.java | 6 ++-
13 files changed, 101 insertions(+), 40 deletions(-)