public interface IRasterCalcUniqueValues2 extends IRasterCalcUniqueValues, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID7c39b731_a6a8_4843_a734_ff607331e57a |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDb065f7f9_c202_466c_b111_f6a89c55ab29
Modifier and Type | Method and Description |
---|---|
int |
getMaxUniqueValueCount()
The maximum number of unique values.
|
void |
setMaxUniqueValueCount(int pMaxCount)
The maximum number of unique values.
|
addFromRaster, addFromRasterAsDecimal, addFromTable
static final int IID7c39b731_a6a8_4843_a734_ff607331e57a
static final int xxDummy
static final java.lang.String IID
int getMaxUniqueValueCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaxUniqueValueCount(int pMaxCount) throws java.io.IOException, AutomationException
pMaxCount
- The pMaxCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.