|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITopologyEdge
COM Interface 'ITopologyEdge'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDd04b7152_4989_11d5_9fe9_00c04f6bdd7f
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.geodatabase.ITopologyElement |
|---|
IID9a876db1_4a30_11d5_9fe9_00c04f6bdd7f |
| 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 |
| Field Detail |
|---|
static final int IIDd04b7152_4989_11d5_9fe9_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||