public interface IUniqueValues3 extends IUniqueValues2, java.io.Serializable
Description: 'Provides access to members that controls large 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 |
IIDe6501222_839b_464f_a6d1_23fb1be3bb1d |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDbcf576fb_5e01_4b39_b062_d5b167a2e3e5IIDb2768ab2_e583_4ccf_831d_36237c2f520a| Modifier and Type | Method and Description |
|---|---|
int |
add(int value,
double count)
Adds a value if necessary and returns its value ID.
|
void |
combine(IUniqueValues pUniqueValues)
Combine another set of unique values.
|
getLargeHistogram, getLargeUniqueCountadd, delete, empty, getCount, getHistogram, getMax, getMin, getUniqueCount, getUniqueValue, lookupstatic final int IIDe6501222_839b_464f_a6d1_23fb1be3bb1d
static final int xxDummy
static final java.lang.String IID
int add(int value,
double count)
throws java.io.IOException,
AutomationException
value - The value (in)count - The count (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void combine(IUniqueValues pUniqueValues) throws java.io.IOException, AutomationException
pUniqueValues - A reference to a com.esri.arcgis.datasourcesraster.IUniqueValues (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.