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 e86d55d SQLStore : accept a DataStore instead of SQLStore in Database methods
new 8e50325 Modify `StatusBarSupport` for avoiding a memory leak (reference to image
that are not shown anymore). Remove "Positional errors" from the list of operations when it
does not apply.
new 41e9f44 Specify an area of interest when computing statistics.
new d386e7c Change argument order in `ImageProcessor.resample(…)`. No change in functionality.
new 096e2ce Change `StatusBar(…)` argument order and prepare for tracking more than
one canvas in a future version.
new 0265dc6 Take axis directions in account when computing the initial "objective to
CRS". This change fixes the image flipping.
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:
.../org/apache/sis/gui/coverage/CellFormat.java | 51 ++++++++++---
.../apache/sis/gui/coverage/CoverageCanvas.java | 30 +++++---
.../apache/sis/gui/coverage/CoverageControls.java | 12 ++-
.../java/org/apache/sis/gui/coverage/GridView.java | 2 +-
.../apache/sis/gui/coverage/ImageOperation.java | 76 +++++++++++++++----
.../org/apache/sis/gui/coverage/RenderingData.java | 32 ++++++--
.../apache/sis/gui/coverage/StatusBarSupport.java | 63 +++++++++-------
.../java/org/apache/sis/gui/map/MapCanvas.java | 56 ++++++++++++--
.../java/org/apache/sis/gui/map/StatusBar.java | 25 +++++--
.../sis/coverage/grid/ResampledGridCoverage.java | 2 +-
.../java/org/apache/sis/image/AnnotatedImage.java | 85 +++++++++++++++++-----
.../java/org/apache/sis/image/DefaultIterator.java | 14 ++++
.../java/org/apache/sis/image/ImageProcessor.java | 59 +++++++++------
.../java/org/apache/sis/image/PixelIterator.java | 13 ++++
.../java/org/apache/sis/image/PlanarImage.java | 4 +-
.../java/org/apache/sis/image/RecoloredImage.java | 5 +-
.../java/org/apache/sis/image/ResampledImage.java | 20 ++++-
.../org/apache/sis/image/StatisticsCalculator.java | 49 ++++++-------
.../sis/internal/coverage/j2d/ImageUtilities.java | 27 -------
.../org/apache/sis/image/ResampledImageTest.java | 6 +-
.../apache/sis/image/StatisticsCalculatorTest.java | 19 ++++-
21 files changed, 452 insertions(+), 198 deletions(-)
|