Package org.geotools.process.vector
Class FeatureClassStats.Results
Object
Results
- All Implemented Interfaces:
ClassificationStats
- Enclosing class:
- FeatureClassStats
-
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.voidprint()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
-
size
public int size()Description copied from interface:ClassificationStatsNumber of classes.- Specified by:
sizein interfaceClassificationStats
-
getStats
Description copied from interface:ClassificationStatsThe statistics maintained for each class.- Specified by:
getStatsin interfaceClassificationStats
-
range
public Range range(int i) Description copied from interface:ClassificationStatsThe value range for the specified class.- Specified by:
rangein interfaceClassificationStats
-
value
Description copied from interface:ClassificationStatsThe stat value for the specified class and statistic type.- Specified by:
valuein interfaceClassificationStats
-
count
Description copied from interface:ClassificationStatsThe count of values for the speciifed class.- Specified by:
countin interfaceClassificationStats
-
print
public void print()
-