public interface ITopologyEdge extends ITopologyElement, java.io.Serializable
Description: 'Provides access to information on a topological edge within a topology graph.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd04b7152_4989_11d5_9fe9_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9a876db1_4a30_11d5_9fe9_00c04f6bdd7f
Modifier and Type | Method and Description |
---|---|
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.
|
getGeometry, getParents, isDeleted, isSelected, isVisited, queryGeometry, setVisited
static final int IIDd04b7152_4989_11d5_9fe9_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
ITopologyNode getFromNode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ITopologyNode getToNode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumTopologyParent getLeftParents(boolean boundedByEdge) throws java.io.IOException, AutomationException
boundedByEdge
- The boundedByEdge (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumTopologyParent getRightParents(boolean boundedByEdge) throws java.io.IOException, AutomationException
boundedByEdge
- The boundedByEdge (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isLeftVisited() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLeftVisited(boolean isLeftVisited) throws java.io.IOException, AutomationException
isLeftVisited
- The isLeftVisited (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isRightVisited() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRightVisited(boolean isRightVisited) throws java.io.IOException, AutomationException
isRightVisited
- The isRightVisited (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.