|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopologyNode
Provides access to information on a topological node within a topology graph.
Method Summary | |
---|---|
int |
getDegree()
The number of edges entering and leaving this node. |
IEnumNodeEdge |
getEdges(boolean clockwise)
The set of topological edges incident on this node. |
boolean |
isDegreeKnown()
Indicates if the degree of this node is known. |
Methods inherited from interface com.esri.arcgis.geodatabase.ITopologyElement |
---|
getGeometry, getParents, isDeleted, isSelected, isVisited, queryGeometry, setVisited |
Method Detail |
---|
IEnumNodeEdge getEdges(boolean clockwise) throws IOException, AutomationException
clockwise
- The clockwise (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDegree() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDegreeKnown() 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 |