ArcObjects Library Reference (DataSourcesRaster)  

UniqueValues CoClass

A raster unique value class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

Supported Platforms

Windows, Solaris, Linux

Interfaces

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.
IUniqueMutliStringValues
IUniqueStringValues 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.