|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEnumNodeEdge
Provides access to the set of edges incident on the specified node.
| Method Summary | |
|---|---|
int |
getCount()
The number of edges entering and leaving this node. |
boolean |
isClockwise()
Indicates if this enumerator is returning edges in clockwise order, or false if it is returning them in counterclockwise order. |
void |
next(ITopologyEdge[] nextEdge,
boolean[] atFrom)
Returns the next edge in clockwise or counterclockwise order about the node. |
void |
reset()
Resets this eumerator. |
| Method Detail |
|---|
void reset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void next(ITopologyEdge[] nextEdge,
boolean[] atFrom)
throws IOException,
AutomationException
nextEdge - A reference to a com.esri.arcgis.geodatabase.ITopologyEdge (out: use single element array)atFrom - The atFrom (out: use single element array)
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.
boolean isClockwise()
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 | ||||||||