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 f0a2456d6f Move the static nested classes of `ResourceTree` as package-private top-level classes. Those classes are becoming bigger as new actions (e.g. context menu items) are added. new db2229823d Fix an erroneous calculation of resolution on call to `GridGeometry.upsample(…)`. new 01376f0492 When an aggregation is simplified because it contains only one element, inherit the name of its parent. The parent may itself inherit the name of its parent, etc. This is needed because otherwise when showing resources in a tree, we tend to get names that are the same as siblings. new 657f53891b Add a menu item for showing the aggregated view of the content of a folder. 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: .../org/apache/sis/gui/dataset/ResourceCell.java | 79 ++++++--- .../org/apache/sis/gui/dataset/ResourceItem.java | 185 ++++++++++++++++++++- .../org/apache/sis/gui/dataset/ResourceTree.java | 12 +- .../org/apache/sis/gui/dataset/RootResource.java | 7 +- .../{package-info.java => TreeViewType.java} | 25 ++- .../org/apache/sis/internal/gui/Resources.java | 29 +++- .../apache/sis/internal/gui/Resources.properties | 2 + .../sis/internal/gui/Resources_fr.properties | 2 + .../org/apache/sis/coverage/grid/GridGeometry.java | 11 +- .../apache/sis/coverage/grid/GridGeometryTest.java | 5 +- .../{package-info.java => AggregatedResource.java} | 26 ++- .../aggregate/ConcatenatedGridResource.java | 33 +++- .../storage/aggregate/CoverageAggregator.java | 8 +- .../sis/internal/storage/aggregate/Group.java | 33 ++-- .../internal/storage/aggregate/GroupAggregate.java | 43 ++++- .../sis/internal/storage/aggregate/GroupByCRS.java | 2 +- .../internal/storage/aggregate/GroupBySample.java | 2 +- .../storage/aggregate/GroupByTransform.java | 4 +- 18 files changed, 418 insertions(+), 90 deletions(-) copy application/sis-javafx/src/main/java/org/apache/sis/gui/dataset/{package-info.java => TreeViewType.java} (69%) copy storage/sis-storage/src/main/java/org/apache/sis/internal/storage/aggregate/{package-info.java => AggregatedResource.java} (68%)