Uses of Interface
org.openjump.core.ui.plugin.tools.aggregate.Aggregator
-
Packages that use Aggregator Package Description org.openjump.core.ui.plugin.tools.aggregate -
-
Uses of Aggregator in org.openjump.core.ui.plugin.tools.aggregate
Methods in org.openjump.core.ui.plugin.tools.aggregate that return Aggregator Modifier and Type Method Description Aggregator<?>
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 Aggregator Modifier and Type Method Description static 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 Aggregator Constructor Description AttributeAggregator(String inputName, Aggregator<?> aggregator, String outputName)
-