com.esri.arcgis.geodatabase
Interface ITopologyGraph2

All Superinterfaces:
ITopologyGraph, java.io.Serializable
All Known Subinterfaces:
ITopologyGraph3, ITopologyGraph4
All Known Implementing Classes:
ITopologyGraph2Proxy, ITopologyGraph3Proxy, ITopologyGraph4Proxy, TopologyGraph

public interface ITopologyGraph2
extends ITopologyGraph, java.io.Serializable

COM Interface 'ITopologyGraph2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control the 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 IID08198140_4151_4218_b6e1_cddb110e1d0c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITopologyGraph
IID4adc1017_3c78_434b_a32c_1817a42eb857
 
Method Summary
 boolean isHasPseudoNodes()
          Indicates if the topology graph contains pseudo nodes.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITopologyGraph
build, deleteEdge, deletePseudoNodesFromSelection, enumHitTest, getBuildExtent, getEdges, getEdgeSelection, getExtent, getNodes, getNodeSelection, getParentEdges, getParentGeometry, getParentNodes, getSelectionCount, getSelectionExtent, getSelectionFeedback, getSelectionParents, getSplitMoveNodeFeedback, hitTest, hitTestSelection, isHasElement, isPosting, post, reshapeEdgeGeometry, select, selectByGeometry, setEdgeGeometry, setEmpty, setParentSelected, setSelectionEmpty, splitEdgeAtDistance, splitEdgeAtPoint, splitMoveNode, transformSelection
 

Field Detail

IID08198140_4151_4218_b6e1_cddb110e1d0c

static final int IID08198140_4151_4218_b6e1_cddb110e1d0c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isHasPseudoNodes

boolean isHasPseudoNodes()
                         throws java.io.IOException,
                                AutomationException
Indicates if the topology graph contains pseudo nodes.

Returns:
The hasPseudoNodes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.