Package org.geotools.process.raster
Class RasterZonalStatistics
- Object
-
- RasterZonalStatistics
-
- All Implemented Interfaces:
RasterProcess
public class RasterZonalStatistics extends Object implements 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 Constructor Description RasterZonalStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleFeatureCollection
execute(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification)
-
-
-
Method Detail
-
execute
public SimpleFeatureCollection execute(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification)
-
-