public interface IUniqueValues
extends java.io.Serializable
Description: 'Provides access to members that controls 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 |
IIDb2768ab2_e583_4ccf_831d_36237c2f520a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
add(int value,
int count)
Adds a value if necessary and returns its value ID.
|
void |
delete(int value)
Deletes a value.
|
void |
empty()
Empties unique values.
|
int |
getCount()
The total number of unique values.
|
void |
getHistogram(java.lang.Object[] pUniqueValues,
java.lang.Object[] pCounts)
The historgram of values.
|
int |
getMax()
The maximum of values.
|
int |
getMin()
The minimum of values.
|
int |
getUniqueCount(int idnex)
The unique value count at a given index.
|
java.lang.Object |
getUniqueValue(int index)
The unique value at a given index.
|
int |
lookup(int value)
Looks up unique index of a given value.
|
static final int IIDb2768ab2_e583_4ccf_831d_36237c2f520a
static final int xxDummy
static final java.lang.String IID
int lookup(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int add(int value, int 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 delete(int value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void empty() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getUniqueValue(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getUniqueCount(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.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMax() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getHistogram(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.