|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITopologyEdge
Provides access to information on a topological edge within a topology graph.
Method Summary | |
---|---|
ITopologyNode |
getFromNode()
A reference to the topology node at the from point of this edge. |
IEnumTopologyParent |
getLeftParents(boolean boundedByEdge)
The set of parents (polygon features) that cover this edge. |
IEnumTopologyParent |
getRightParents(boolean boundedByEdge)
The set of parents (polygon features) that cover this edge. |
ITopologyNode |
getToNode()
A reference to the topology node at the to point of this edge. |
boolean |
isLeftVisited()
Indicates if the left side of the edge was visited. |
boolean |
isRightVisited()
Indicates if the right side of the edge was visited. |
void |
setLeftVisited(boolean isLeftVisited)
Indicates if the left side of the edge was visited. |
void |
setRightVisited(boolean isRightVisited)
Indicates if the right side of the edge was visited. |
Methods inherited from interface com.esri.arcgis.geodatabase.ITopologyElement |
---|
getGeometry, getParents, isDeleted, isSelected, isVisited, queryGeometry, setVisited |
Method Detail |
---|
ITopologyNode getFromNode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITopologyNode getToNode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumTopologyParent getLeftParents(boolean boundedByEdge) throws IOException, AutomationException
boundedByEdge
- The boundedByEdge (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumTopologyParent getRightParents(boolean boundedByEdge) throws IOException, AutomationException
boundedByEdge
- The boundedByEdge (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLeftVisited() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLeftVisited(boolean isLeftVisited) throws IOException, AutomationException
isLeftVisited
- The isLeftVisited (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRightVisited() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRightVisited(boolean isRightVisited) throws IOException, AutomationException
isRightVisited
- The isRightVisited (in)
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 |