public static class CoverageClassStats.Results extends Object implements ClassificationStats
| Constructor and Description |
|---|
Results(Set<Statistic> stats,
ZonalStats zonalStats) |
| Modifier and Type | Method and Description |
|---|---|
Long |
count(int i)
The count of values for the speciifed class.
|
Set<Statistic> |
getStats()
The statistics maintained for each class.
|
Range |
range(int i)
The value range for the specified class.
|
int |
size()
Number of classes.
|
Double |
value(int i,
Statistic stat)
The stat value for the specified class and statistic type.
|
public Results(Set<Statistic> stats, ZonalStats zonalStats)
public int size()
ClassificationStatssize in interface ClassificationStatspublic Set<Statistic> getStats()
ClassificationStatsgetStats in interface ClassificationStatspublic Range range(int i)
ClassificationStatsrange in interface ClassificationStatspublic Double value(int i, Statistic stat)
ClassificationStatsvalue in interface ClassificationStatspublic Long count(int i)
ClassificationStatscount in interface ClassificationStatsCopyright © 1996–2019 Geotools. All rights reserved.