|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that manage a transform group.
| Method Summary | |
void |
add(int classID,
int oID,
IFeature feature)
Add feature to group. |
void |
delete(int classID,
int oID)
Delete feature from group. |
void |
deleteAllInClass(int classID)
Delete all features with ClassID. |
void |
next(int[] classID,
int[] oID,
int[] count)
The next type of feature and how many times it was found. |
void |
nextSet(int[] classID,
ISet[] featureSet)
The next set of features. |
void |
reset()
Resets the enumeration sequence to the beginning. |
| Method Detail |
public void add(int classID,
int oID,
IFeature feature)
throws java.io.IOException,
AutomationException
classID - The classID (in)oID - The oID (in)feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void delete(int classID,
int oID)
throws java.io.IOException,
AutomationException
classID - The classID (in)oID - The oID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteAllInClass(int classID)
throws java.io.IOException,
AutomationException
classID - The classID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void next(int[] classID,
int[] oID,
int[] count)
throws java.io.IOException,
AutomationException
classID - The classID (out: use single element array)oID - The oID (out: use single element array)count - The count (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void nextSet(int[] classID,
ISet[] featureSet)
throws java.io.IOException,
AutomationException
classID - The classID (out: use single element array)featureSet - A reference to a com.esri.arcgis.system.ISet (out: use single element array)
java.io.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 | |||||||||