public interface IUniqueValues2 extends IUniqueValues, 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 |
IIDbcf576fb_5e01_4b39_b062_d5b167a2e3e5 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDb2768ab2_e583_4ccf_831d_36237c2f520a
Modifier and Type | Method and Description |
---|---|
void |
getLargeHistogram(java.lang.Object[] pUniqueValues,
java.lang.Object[] pCounts)
The historgram of values.
|
double |
getLargeUniqueCount(int idnex)
The unique value count at a given index.
|
add, delete, empty, getCount, getHistogram, getMax, getMin, getUniqueCount, getUniqueValue, lookup
static final int IIDbcf576fb_5e01_4b39_b062_d5b167a2e3e5
static final int xxDummy
static final java.lang.String IID
double getLargeUniqueCount(int idnex) throws java.io.IOException, AutomationException
idnex
- The idnex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getLargeHistogram(java.lang.Object[] pUniqueValues, java.lang.Object[] pCounts) throws java.io.IOException, AutomationException
pUniqueValues
- A Variant (out: use single element array)pCounts
- A Variant (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.