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 SummaryNested Classes Modifier and Type Class Description static classCoverageClassStats.Results
 - 
Constructor SummaryConstructors Constructor Description CoverageClassStats()
 - 
Method SummaryAll 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- 
executepublic CoverageClassStats.Results execute(GridCoverage2D coverage, Set<Statistic> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) throws ProcessException, IOException - Throws:
- ProcessException
- IOException
 
 
- 
 
-