com.esri.arcgis.geodatabase
Class ITopologyGraph3Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.ITopologyGraphProxy
          extended by com.esri.arcgis.geodatabase.ITopologyGraph2Proxy
              extended by com.esri.arcgis.geodatabase.ITopologyGraph3Proxy
All Implemented Interfaces:
ITopologyGraph, ITopologyGraph2, ITopologyGraph3, Externalizable, Serializable
Direct Known Subclasses:
ITopologyGraph4Proxy

public class ITopologyGraph3Proxy
extends ITopologyGraph2Proxy
implements ITopologyGraph3, Serializable

Provides access to members that control the topology graph.

Superseded By

ITopologyGraph4

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  ITopologyGraph3Proxy()
           
  ITopologyGraph3Proxy(Object obj)
           
protected ITopologyGraph3Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 void postEx(IInvalidArea invalidArea)
          Provides the invalid area of the topology graph.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.geodatabase.ITopologyGraph2Proxy
isHasPseudoNodes
 
Methods inherited from class com.esri.arcgis.geodatabase.ITopologyGraphProxy
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
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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

noncastable

public boolean noncastable
Constructor Detail

ITopologyGraph3Proxy

public ITopologyGraph3Proxy()

ITopologyGraph3Proxy

public ITopologyGraph3Proxy(Object obj)
                     throws IOException
Throws:
IOException

ITopologyGraph3Proxy

protected ITopologyGraph3Proxy(Object obj,
                               String iid)
                        throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class ITopologyGraph2Proxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class ITopologyGraph2Proxy
Throws:
IOException

postEx

public 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.

Specified by:
postEx in interface ITopologyGraph3
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.