com.esri.arcgis.datasourcesraster
Interface IRasterCalcUniqueValues2

All Superinterfaces:
IRasterCalcUniqueValues, Serializable
All Known Implementing Classes:
RasterCalcUniqueValues

public interface IRasterCalcUniqueValues2
extends IRasterCalcUniqueValues, Serializable

Provides access to members that controls calculation of unique values.

Product Availability

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


Method Summary
 int getMaxUniqueValueCount()
          The maximum number of unique values.
 void setMaxUniqueValueCount(int pMaxCount)
          The maximum number of unique values.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterCalcUniqueValues
addFromRaster, addFromRasterAsDecimal, addFromTable
 

Method Detail

getMaxUniqueValueCount

int getMaxUniqueValueCount()
                           throws IOException,
                                  AutomationException
The maximum number of unique values.

Product Availability

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

Returns:
The pMaxCount
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxUniqueValueCount

void setMaxUniqueValueCount(int pMaxCount)
                            throws IOException,
                                   AutomationException
The maximum number of unique values.

Product Availability

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

Parameters:
pMaxCount - The pMaxCount (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.