com.esri.arcgis.geodatabase
Interface ITopologyGraph3

All Superinterfaces:
ITopologyGraph, ITopologyGraph2, Serializable
All Known Subinterfaces:
ITopologyGraph4
All Known Implementing Classes:
ITopologyGraph3Proxy, ITopologyGraph4Proxy, TopologyGraph

public interface ITopologyGraph3
extends ITopologyGraph2, Serializable

Provides access to members that control the topology graph.

Superseded By

ITopologyGraph4

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 void postEx(IInvalidArea invalidArea)
          Provides the invalid area of the topology graph.
 
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
 

Method Detail

postEx

void postEx(IInvalidArea invalidArea)
            throws IOException,
                   AutomationException
Provides the invalid area of the topology graph.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
invalidArea - A reference to a com.esri.arcgis.geodatabase.IInvalidArea (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.