Package org.geotools.process.raster
Class RasterZonalStatistics
Object
RasterZonalStatistics
- All Implemented Interfaces:
RasterProcess
A process computing zonal statistics based on a raster data set and a set of polygonal zones of interest
- Author:
- Andrea Antonello (www.hydrologis.com), Emanuele Tajariol (GeoSolutions), Andrea Aime - GeoSolutions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification)
-
Constructor Details
-
RasterZonalStatistics
public RasterZonalStatistics()
-
-
Method Details
-
execute
public SimpleFeatureCollection execute(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification)
-