Uses of Class
org.apache.sis.storage.aggregate.Group
Packages that use Group
Package
Description
Resources which are aggregations or concatenations of other resources.
-
Uses of Group in org.apache.sis.storage.aggregate
Subclasses of Group in org.apache.sis.storage.aggregateModifier and TypeClassDescriptionfinal class
Creates a grid coverage resource from an aggregation of an arbitrary number of other resources.(package private) final class
GroupByCRS<E>
A container for a list of elements grouped by their CRS.(package private) final class
A container for a list of elements grouped by their sample dimensions.(package private) final class
A container for a list of slices grouped by their "grid to CRS" transform, ignoring integer translations.Methods in org.apache.sis.storage.aggregate with type parameters of type GroupModifier and TypeMethodDescription(package private) final <E extends Group<?>>
voidGroupAggregate.fillWithChildAggregates
(Group<E> children, BiConsumer<E, GroupAggregate> childFiller) Sets all components of this aggregate to sub-aggregates, which are themselves initialized with the given filler.Methods in org.apache.sis.storage.aggregate with parameters of type GroupModifier and TypeMethodDescription(package private) final <E extends Group<?>>
voidGroupAggregate.fillWithChildAggregates
(Group<E> children, BiConsumer<E, GroupAggregate> childFiller) Sets all components of this aggregate to sub-aggregates, which are themselves initialized with the given filler.