com.esri.arcgis.datasourcesraster
Interface IRasterCalcUniqueValues2

All Superinterfaces:
IRasterCalcUniqueValues, java.io.Serializable
All Known Implementing Classes:
IRasterCalcUniqueValues2Proxy, RasterCalcUniqueValues

public interface IRasterCalcUniqueValues2
extends IRasterCalcUniqueValues, java.io.Serializable

COM Interface 'IRasterCalcUniqueValues2'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that controls calculation of unique values.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7c39b731_a6a8_4843_a734_ff607331e57a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterCalcUniqueValues
IIDb065f7f9_c202_466c_b111_f6a89c55ab29
 
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
 

Field Detail

IID7c39b731_a6a8_4843_a734_ff607331e57a

static final int IID7c39b731_a6a8_4843_a734_ff607331e57a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMaxUniqueValueCount

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

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

setMaxUniqueValueCount

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

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