Provides access to members that control the classification methods that require a standard deviation based range.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IDeviationInterval is implemented by StandardDeviation, and is used to set the standard deviation interval. Set values on this interface after calling the SetHistogram method on the IClassify interface. Then, you can call IClassify.Classify.
Members
Description | ||
---|---|---|
DeviationInterval | The deviation interval (1/4 <= value <= 1). | |
Mean | The mean value. | |
StandardDev | The standard deviation. |
CoClasses that implement IDeviationInterval
CoClasses and Classes | Description |
---|---|
StandardDeviation | Defines a standard deviation classification method. |