public interface ITopologyElement
extends java.io.Serializable
Description: 'Provides access to the functionality present in all topology elements. ITopologyEdge and ITopologyNode inherit from this interface.' 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 |
IID9a876db1_4a30_11d5_9fe9_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeometry |
getGeometry()
The geometry of the topology element.
|
IEnumTopologyParent |
getParents()
The set of parents (features) of this topology element.
|
boolean |
isDeleted()
Indicates if this element has been deleted from its containing topology graph.
|
boolean |
isSelected()
Indicates if this element is part of its containing topology graph's selected set.
|
boolean |
isVisited()
Indicates if the topology element has been visited.
|
void |
queryGeometry(IGeometry geometry)
Copies the element's geometry into the specified geometry.
|
void |
setVisited(boolean isVisited)
Indicates if the topology element has been visited.
|
static final int IID9a876db1_4a30_11d5_9fe9_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
IGeometry getGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSelected() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryGeometry(IGeometry geometry) throws java.io.IOException, AutomationException
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDeleted() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumTopologyParent getParents() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isVisited() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVisited(boolean isVisited) throws java.io.IOException, AutomationException
isVisited
- The isVisited (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.