public interface ITopologyNode extends ITopologyElement, java.io.Serializable
Description: 'Provides access to information on a topological node 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 |
IIDd04b7154_4989_11d5_9fe9_00c04f6bdd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
IID9a876db1_4a30_11d5_9fe9_00c04f6bdd7f
Modifier and Type | Method and Description |
---|---|
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.
|
getGeometry, getParents, isDeleted, isSelected, isVisited, queryGeometry, setVisited
static final int IIDd04b7154_4989_11d5_9fe9_00c04f6bdd7f
static final int xxDummy
static final java.lang.String IID
IEnumNodeEdge getEdges(boolean clockwise) throws java.io.IOException, AutomationException
clockwise
- The clockwise (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDegree() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDegreeKnown() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.