Package org.geotools.process.raster
Class CoverageClassStats
Object
CoverageClassStats
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(GridCoverage2D coverage, List<Statistics.StatsType> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener)
-
Constructor Details
-
CoverageClassStats
public CoverageClassStats()
-
-
Method Details
-
execute
public CoverageClassStats.Results execute(GridCoverage2D coverage, List<Statistics.StatsType> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) throws ProcessException, IOException - Throws:
ProcessException
IOException
-