|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.ITopologyElementProxy
public class ITopologyElementProxy
Provides access to the functionality present in all topology elements. ITopologyEdge and ITopologyNode inherit from this interface.
| Field Summary | |
|---|---|
boolean |
noncastable
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Constructor Summary | |
|---|---|
|
ITopologyElementProxy()
|
|
ITopologyElementProxy(Object obj)
|
protected |
ITopologyElementProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IGeometry |
getGeometry()
The geometry of the topology element. |
IEnumTopologyParent |
getParents()
The set of parents (features) of this topology element. |
boolean |
isDeleted()
Indicates if this element has been deleted from its containing topology graph. |
boolean |
isSelected()
Indicates if this element is part of its containing topology graph's selected set. |
boolean |
isVisited()
Indicates if the topology element has been visited. |
void |
queryGeometry(IGeometry geometry)
Copies the element's geometry into the specified geometry. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setVisited(boolean isVisited)
Indicates if the topology element has been visited. |
| 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 |
| Field Detail |
|---|
public boolean noncastable
| Constructor Detail |
|---|
public ITopologyElementProxy()
public ITopologyElementProxy(Object obj)
throws IOException
IOException
protected ITopologyElementProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public IGeometry getGeometry()
throws IOException,
AutomationException
getGeometry in interface ITopologyElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSelected()
throws IOException,
AutomationException
isSelected in interface ITopologyElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryGeometry(IGeometry geometry)
throws IOException,
AutomationException
The Geometry parameter must be an instance of an appropriate type of geometry for the topology element being called. For example, if the topology element is a node, a new point should be created and passed as the parameter, and if the topology element is an edge, a new polyline should be created and passed as the parameter.
queryGeometry in interface ITopologyElementgeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDeleted()
throws IOException,
AutomationException
isDeleted in interface ITopologyElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumTopologyParent getParents()
throws IOException,
AutomationException
getParents in interface ITopologyElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisited()
throws IOException,
AutomationException
isVisited in interface ITopologyElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisited(boolean isVisited)
throws IOException,
AutomationException
setVisited in interface ITopologyElementisVisited - The isVisited (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||