Package org.geotools.process.raster
Class CoverageClassStats
- Object
-
- CoverageClassStats
-
- All Implemented Interfaces:
RasterProcess
public class CoverageClassStats extends Object implements RasterProcess
Process that classifies vector data into "classes" using one of the following methods:- Equal Interval (
ClassificationMethod.EQUAL_INTERVAL) - Quantile (
ClassificationMethod.QUANTILE) - Natural Breaks (
ClassificationMethod.NATURAL_BREAKS)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoverageClassStats.Results
-
Constructor Summary
Constructors Constructor Description CoverageClassStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoverageClassStats.Resultsexecute(GridCoverage2D coverage, Set<Statistic> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener)
-
-
-
Method Detail
-
execute
public CoverageClassStats.Results execute(GridCoverage2D coverage, Set<Statistic> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) throws ProcessException, IOException
- Throws:
ProcessExceptionIOException
-
-