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 ed74a09dc9 When doing an aggregation of "band select", verify if the operations cancel each other. new 5f36de44f4 "Band select" on a band aggregation should be able to return the original component. Aggregation of aggregations should use a flattened list or source images. new e172934869 Spelling fixes in documentation. 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/gui/coverage/CoverageCanvas.java | 2 +- .../sis/coverage/grid/DimensionalityReduction.java | 4 +- .../org/apache/sis/image/BandAggregateImage.java | 92 ++++++++-- .../java/org/apache/sis/image/BandSelectImage.java | 47 +++-- .../main/java/org/apache/sis/image/Colorizer.java | 2 +- .../java/org/apache/sis/image/ComputedImage.java | 2 +- .../java/org/apache/sis/image/ImageProcessor.java | 6 +- .../org/apache/sis/image/MultiSourceImage.java | 4 +- .../org/apache/sis/image/MultiSourceLayout.java | 6 +- .../java/org/apache/sis/image/Visualization.java | 4 +- .../sis/internal/coverage/MultiSourceArgument.java | 190 ++++++++++++++------- .../sis/internal/coverage/RangeArgument.java | 2 +- .../internal/coverage/j2d/ColorModelFactory.java | 6 +- .../sis/internal/coverage/j2d/ColorsForRange.java | 2 +- .../apache/sis/image/BandAggregateImageTest.java | 54 ++++-- .../org/apache/sis/image/BandSelectImageTest.java | 14 ++ .../operation/transform/PassThroughTransform.java | 2 +- .../operation/transform/TransformSeparator.java | 2 +- .../main/java/org/apache/sis/util/ArraysExt.java | 2 +- .../aggregate/BandAggregateGridResource.java | 6 +- 20 files changed, 325 insertions(+), 124 deletions(-)