This document is archived and information here might be outdated. Recommended version. |
Provides access to members that controls calculation of unique values. Note: the IRasterCalcUniqueValues interface has been superseded by IRasterCalcUniqueValues2. Please consider using the more recent version.
Name | Description | |
---|---|---|
AddFromRaster | Adds values from a given band of a Raster. | |
AddFromRasterAsDecimal | Adds decimal values truncated to a given precision from a given band of a Raster. | |
AddFromTable | Adds values of a field of a table. |
Classes | Description |
---|---|
RasterCalcUniqueValues | A helper class for calculating raster unique values. |
The two methods operate on the input UniqueValues object and accumulate new unique values to it. So you must co-create the UniqueValues object before calling the two methods.