Uses of Interface
org.openjump.core.ui.plugin.tools.aggregate.Aggregator
Packages that use Aggregator
-
Uses of Aggregator in org.openjump.core.ui.plugin.tools.aggregate
Classes in org.openjump.core.ui.plugin.tools.aggregate that implement AggregatorModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in org.openjump.core.ui.plugin.tools.aggregate that return AggregatorModifier and TypeMethodDescriptionAggregator<?> Aggregator.clone()Create a new Aggregator with the same attributes as this one.static Aggregator<?> Aggregators.getAggregator(String name) Returns an aggregator from its (internationalized) nameAggregator<?> AttributeAggregator.getAggregator()Methods in org.openjump.core.ui.plugin.tools.aggregate that return types with arguments of type AggregatorModifier and TypeMethodDescriptionstatic Map<String, Aggregator<?>> Aggregators.getAggregators(AttributeType type) Returns aggregators accepting a certain type of values as input.Constructors in org.openjump.core.ui.plugin.tools.aggregate with parameters of type AggregatorModifierConstructorDescriptionAttributeAggregator(String inputName, Aggregator<?> aggregator, String outputName)