|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUniqueValues
Provides access to members that controls unique values.
Method Summary | |
---|---|
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(Object[] pUniqueValues,
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. |
Object |
getUniqueValue(int index)
The unique value at a given index. |
int |
lookup(int value)
Looks up unique index of a given value. |
Method Detail |
---|
int lookup(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int add(int value, int count) throws IOException, AutomationException
value
- The value (in)count
- The count (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void delete(int value) throws IOException, AutomationException
value
- The value (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void empty() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getUniqueValue(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getUniqueCount(int idnex) throws IOException, AutomationException
idnex
- The idnex (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMax() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getHistogram(Object[] pUniqueValues, Object[] pCounts) throws IOException, AutomationException
pUniqueValues
- A Variant (out: use single element array)pCounts
- A Variant (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |