|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFIDSet
Provides access to members that control the FID Set.
| Method Summary | |
|---|---|
void |
add(int fID)
Adds a feature id to the set. |
int |
count()
The number of elements in the FID set. |
void |
delete(int fID)
Deletes a feature id from the set. |
void |
find(int fID,
boolean[] doesExist)
Finds a feature id in the set. |
void |
next(int[] fID)
Gets the next feature id from the set. |
void |
reset()
Resets the internal cursor. |
void |
setEmpty()
Empties the FID set. |
| Method Detail |
|---|
void add(int fID)
throws IOException,
AutomationException
fID - The fID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void delete(int fID)
throws IOException,
AutomationException
fID - The fID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void find(int fID,
boolean[] doesExist)
throws IOException,
AutomationException
fID - The fID (in)doesExist - The doesExist (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void next(int[] fID)
throws IOException,
AutomationException
Calling Next when there are no more IDs in the FIDset will return -1.
fID - The fID (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.
int count()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEmpty()
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 | ||||||||