Package org.geotools.process.raster
Class CoverageClassStats.Results
Object
Results
- All Implemented Interfaces:
- ClassificationStats
- Enclosing class:
- CoverageClassStats
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncount(int i) The count of values for the speciifed class.Set<Statistics.StatsType>getStats()The statistics maintained for each class.Rangerange(int i) The value range for the specified class.intsize()Number of classes.value(int i, Statistics.StatsType stat) The stat value for the specified class and statistic type.
- 
Constructor Details- 
Results
 
- 
- 
Method Details- 
sizepublic int size()Description copied from interface:ClassificationStatsNumber of classes.- Specified by:
- sizein interface- ClassificationStats
 
- 
getStatsDescription copied from interface:ClassificationStatsThe statistics maintained for each class.- Specified by:
- getStatsin interface- ClassificationStats
 
- 
rangepublic Range range(int i) Description copied from interface:ClassificationStatsThe value range for the specified class.- Specified by:
- rangein interface- ClassificationStats
 
- 
valueDescription copied from interface:ClassificationStatsThe stat value for the specified class and statistic type.- Specified by:
- valuein interface- ClassificationStats
 
- 
countDescription copied from interface:ClassificationStatsThe count of values for the speciifed class.- Specified by:
- countin interface- ClassificationStats
 
 
-