Package | Description |
---|---|
org.geotools.process.vector |
Vector processing support for the GeoTools library.
|
Modifier and Type | Method and Description |
---|---|
AggregateProcess.Results |
AggregateProcess.execute(SimpleFeatureCollection features,
String aggAttribute,
Set<AggregateProcess.AggregationFunction> functions,
boolean singlePass,
List<String> groupByAttributes,
ProgressListener progressListener) |
AggregateProcess.Results |
AggregateProcess.execute(SimpleFeatureCollection features,
String aggAttribute,
Set<AggregateProcess.AggregationFunction> functions,
boolean singlePass,
ProgressListener progressListener) |
static AggregateProcess.Results |
AggregateProcess.process(SimpleFeatureCollection features,
String aggAttribute,
Set<AggregateProcess.AggregationFunction> functions,
Boolean singlePass,
ProgressListener progressListener)
Computes various attribute statistics over vector data sets
|
static AggregateProcess.Results |
AggregateProcess.process(SimpleFeatureCollection features,
String aggAttribute,
Set<AggregateProcess.AggregationFunction> functions,
List<String> groupByAttributes,
Boolean singlePass,
ProgressListener progressListener) |
Copyright © 1996–2019 Geotools. All rights reserved.