Class FeatureClassStats.Results

Object
Results
All Implemented Interfaces:
ClassificationStats
Enclosing class:
FeatureClassStats

public static class FeatureClassStats.Results extends Object implements ClassificationStats
  • Constructor Summary

    Constructors
    Constructor
    Description
    Results(List<Range> ranges, List<Statistics.StatsType> statsTypes, FeatureClassStats.RangeStatistics[] sampleStats)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    count(int i)
    The count of values for the speciifed class.
    Set<Statistics.StatsType>
    The statistics maintained for each class.
    void
     
    Range
    range(int i)
    The value range for the specified class.
    int
    Number of classes.
    value(int i, Statistics.StatsType stat)
    The stat value for the specified class and statistic type.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait