Package org.geotools.process.raster
Class CoverageClassStats.Results
Object
Results
- All Implemented Interfaces:
ClassificationStats
- Enclosing class:
- CoverageClassStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncount
(int i) The count of values for the speciifed class.Set<Statistics.StatsType>
getStats()
The statistics maintained for each class.Range
range
(int i) The value range for the specified class.int
size()
Number of classes.value
(int i, Statistics.StatsType stat) The stat value for the specified class and statistic type.
-
Constructor Details
-
Results
-
-
Method Details
-
size
public int size()Description copied from interface:ClassificationStats
Number of classes.- Specified by:
size
in interfaceClassificationStats
-
getStats
Description copied from interface:ClassificationStats
The statistics maintained for each class.- Specified by:
getStats
in interfaceClassificationStats
-
range
public Range range(int i) Description copied from interface:ClassificationStats
The value range for the specified class.- Specified by:
range
in interfaceClassificationStats
-
value
Description copied from interface:ClassificationStats
The stat value for the specified class and statistic type.- Specified by:
value
in interfaceClassificationStats
-
count
Description copied from interface:ClassificationStats
The count of values for the speciifed class.- Specified by:
count
in interfaceClassificationStats
-