Package org.geotools.process.vector
Class VectorZonalStatistics
Object
VectorZonalStatistics
- All Implemented Interfaces:
VectorProcess
Provides statistics for the distribution of a certain quantity in a set of reference areas. The data layer must be a
point layer, the reference layer must be a polygonal one
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(SimpleFeatureCollection data, String dataAttribute, SimpleFeatureCollection zones)
-
Constructor Details
-
VectorZonalStatistics
public VectorZonalStatistics()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(SimpleFeatureCollection data, String dataAttribute, SimpleFeatureCollection zones)
-