IDeviationInterval Interface
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
Classes that implement IDeviationInterval
Classes |
Description |
StandardDeviation |
Defines a standard deviation classification method. |
See Also
StandardDeviation Class