com.esri.arcgis.geodatabase
Interface ITopologyGraph4

All Superinterfaces:
ITopologyGraph, ITopologyGraph2, ITopologyGraph3, java.io.Serializable
All Known Implementing Classes:
ITopologyGraph4Proxy

public interface ITopologyGraph4
extends ITopologyGraph3, java.io.Serializable

COM Interface 'ITopologyGraph4'. 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 IID2174251c_d2f1_4188_824b_785a1cc6d673
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITopologyGraph3
IID15736f85_dd4f_4297_9921_65168571aca0
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITopologyGraph2
IID08198140_4151_4218_b6e1_cddb110e1d0c
 
Fields inherited from interface com.esri.arcgis.geodatabase.ITopologyGraph
IID4adc1017_3c78_434b_a32c_1817a42eb857
 
Method Summary
 void buildFromPolygon(IPolygon extent, boolean preserveSelection)
          Creates topo elements from all topology feature classes intersecting the specified polygon.
 void determineNodeDegree()
          Nodes located outside a polygonal build extent do not have a known degree (valence).
 IPolygon getBuildPolygonExtent()
          The polygon used to determine the contents of the topology graph.
 void mergeSelectedEdges()
          Merge a connected sequence of selected edges that has the same feature parent set.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITopologyGraph3
postEx
 
Methods inherited from interface com.esri.arcgis.geodatabase.ITopologyGraph2
isHasPseudoNodes
 
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

IID2174251c_d2f1_4188_824b_785a1cc6d673

static final int IID2174251c_d2f1_4188_824b_785a1cc6d673
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

buildFromPolygon

void buildFromPolygon(IPolygon extent,
                      boolean preserveSelection)
                      throws java.io.IOException,
                             AutomationException
Creates topo elements from all topology feature classes intersecting the specified polygon. The topology graph takes ownership of the input polygon.

Parameters:
extent - A reference to a com.esri.arcgis.geometry.IPolygon (in)
preserveSelection - The preserveSelection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBuildPolygonExtent

IPolygon getBuildPolygonExtent()
                               throws java.io.IOException,
                                      AutomationException
The polygon used to determine the contents of the topology graph. The topology graph maintains ownership of this reference.

Returns:
A reference to a com.esri.arcgis.geometry.IPolygon
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

determineNodeDegree

void determineNodeDegree()
                         throws java.io.IOException,
                                AutomationException
Nodes located outside a polygonal build extent do not have a known degree (valence). Apply this method before using the Degree or IsDegreeKnown properties of a topology node from this graph.

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

mergeSelectedEdges

void mergeSelectedEdges()
                        throws java.io.IOException,
                               AutomationException
Merge a connected sequence of selected edges that has the same feature parent set.

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