Package org.geotools.process.vector
Class FeatureClassStats.Results
- Object
- 
- Results
 
- 
- All Implemented Interfaces:
- ClassificationStats
 - Enclosing class:
- FeatureClassStats
 
 public static class FeatureClassStats.Results extends Object implements ClassificationStats 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Longcount(int i)The count of values for the speciifed class.Set<Statistic>getStats()The statistics maintained for each class.voidprint()Rangerange(int i)The value range for the specified class.intsize()Number of classes.Doublevalue(int i, Statistic stat)The stat value for the specified class and statistic type.
 
- 
- 
- 
Method Detail- 
sizepublic int size() Description copied from interface:ClassificationStatsNumber of classes.- Specified by:
- sizein interface- ClassificationStats
 
 - 
getStatspublic Set<Statistic> getStats() Description 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
 
 - 
valuepublic Double value(int i, Statistic stat) Description copied from interface:ClassificationStatsThe stat value for the specified class and statistic type.- Specified by:
- valuein interface- ClassificationStats
 
 - 
countpublic Long count(int i) Description copied from interface:ClassificationStatsThe count of values for the speciifed class.- Specified by:
- countin interface- ClassificationStats
 
 - 
printpublic void print() 
 
- 
 
-