This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Classes > U > UniqueValues CoClass (ArcObjects .NET 10.4 SDK) |
A raster unique value class.
The UniqueValues object creates and maintains a list of unique values and the associated counts. UniqueValues is a helper object that provides pixel value information, the unique values and the associated counts, of a raster for RasterUniqueValueRenderer and RasterClassifyColorRampRenderer objects. The UniqueValues can be obtained either by co-creating from this object or by calculating using RasterCalcUniqueValues object.
Interfaces | Description |
---|---|
IPersist | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream (esriSystem) | |
IUniqueDoubleValues | Provides access to members that controls unique double values. |
IUniqueDoubleValues2 | Provides access to members that controls unique double values. |
IUniqueMutliStringValues | |
IUniqueStringValues | Provides access to members that controls unique string values. |
IUniqueStringValues2 | Provides access to members that controls unique string values. |
IUniqueValues | Provides access to members that controls unique values. |
IUniqueValues2 | Provides access to members that controls large unique values. |
IXMLSerialize (esriSystem) | Provides access to members that XML serialize and deserialize an object to/from XML. |
IUniqueStringValues Interface | IRasterCalcUniqueValues Interface