|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumRasterUniqueValueColor
Provides access to members that enumerate row indexes in descriptor table for chosen class.
Method Summary | |
---|---|
double |
getDoubleKey()
Double key for current class. |
int |
getNClasses()
Number of classes. |
String |
getStringKey()
String key for current class. |
void |
next(int[] index)
Next index for current class in the enumeration sequence. |
void |
reset()
Resets the enumeration sequence to the beginning. |
void |
set_Class(int iClass)
Class for getting indices. |
Method Detail |
---|
int getNClasses() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void set_Class(int iClass) throws IOException, AutomationException
iClass
- The iClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void next(int[] index) throws IOException, AutomationException
index
- The index (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDoubleKey() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStringKey() throws IOException, AutomationException
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 |