Uses of Class
org.apache.sis.storage.aggregate.GroupAggregate
Packages that use GroupAggregate
Package
Description
Resources which are aggregations or concatenations of other resources.
-
Uses of GroupAggregate in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate that return GroupAggregateModifier and TypeMethodDescription(package private) final GroupAggregate
Group.prepareAggregate
(StoreListeners listeners) Prepares an initially empty aggregate.Methods in org.apache.sis.storage.aggregate with parameters of type GroupAggregateModifier and TypeMethodDescription(package private) final void
GroupBySample.createComponents
(GroupAggregate destination) Creates sub-aggregates for each member of this group and add them to the given aggregate.Method parameters in org.apache.sis.storage.aggregate with type arguments of type GroupAggregateModifier 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.Constructors in org.apache.sis.storage.aggregate with parameters of type GroupAggregateModifierConstructorDescriptionprivate
GroupAggregate
(GroupAggregate source, Resource[] components) Creates a new resource with the same data than given resource but a different merge strategy.