Package org.geotools.process.vector
Class GroupCandidateSelectionProcess
- Object
-
- GroupCandidateSelectionProcess
-
- All Implemented Interfaces:
VectorProcess
public class GroupCandidateSelectionProcess extends Object implements VectorProcess
-
-
Field Summary
Fields Modifier and Type Field Description protected FilterFactory
ff
-
Constructor Summary
Constructors Constructor Description GroupCandidateSelectionProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureCollection
execute(FeatureCollection<? extends FeatureType,? extends Feature> features, String aggregation, String operationAttribute, List<String> groupingAttributes)
Query
invertQuery(String operationAttribute, List<String> groupingAttributes, Query targetQuery, GridGeometry gridGeometry)
-
-
-
Field Detail
-
ff
protected FilterFactory ff
-
-
Method Detail
-
execute
public FeatureCollection execute(FeatureCollection<? extends FeatureType,? extends Feature> features, String aggregation, String operationAttribute, List<String> groupingAttributes)
-
-