Description: 'Provides access to members that specify the properties of a trace path.' 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 =
public class ITracePathProxy extends com.esri.arcgis.interop.Dispatch implements ITracePath, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDc75fc791_103d_4c90_ba48_503b23b8d9a3| Modifier | Constructor and Description |
|---|---|
|
ITracePathProxy()
Deprecated.
For internal use only
|
|
ITracePathProxy(java.lang.Object obj)
Deprecated.
|
protected |
ITracePathProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ITracePathProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ITracePathProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IGeometry |
getGeometry()
Deprecated.
Returns the geometry.
|
int |
getOrder()
Deprecated.
Returns the order.
|
IArray |
getPathConnectivity()
Deprecated.
Returns the path connectivity.
|
int |
getPathID()
Deprecated.
Returns the path ID.
|
IUNLocation |
getStartingPoint()
Deprecated.
Returns the starting point.
|
IUNLocation |
getStoppingPoint()
Deprecated.
Returns the stopping point.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setGeometryByRef(IGeometry geometry)
Deprecated.
Returns the geometry.
|
void |
setOrder(int order)
Deprecated.
Returns the order.
|
void |
setPathConnectivityByRef(IArray pathConnectivity)
Deprecated.
Returns the path connectivity.
|
void |
setPathID(int pathID)
Deprecated.
Returns the path ID.
|
void |
setStartingPointByRef(IUNLocation startingPoint)
Deprecated.
Returns the starting point.
|
void |
setStoppingPointByRef(IUNLocation stoppingPoint)
Deprecated.
Returns the stopping point.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ITracePathProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITracePathProxy()
public ITracePathProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITracePathProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITracePathProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic int getPathID()
throws java.io.IOException,
AutomationException
getPathID in interface ITracePathjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPathID(int pathID)
throws java.io.IOException,
AutomationException
setPathID in interface ITracePathpathID - The pathID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getOrder()
throws java.io.IOException,
AutomationException
getOrder in interface ITracePathjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOrder(int order)
throws java.io.IOException,
AutomationException
setOrder in interface ITracePathorder - The order (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IUNLocation getStartingPoint() throws java.io.IOException, AutomationException
getStartingPoint in interface ITracePathjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStartingPointByRef(IUNLocation startingPoint) throws java.io.IOException, AutomationException
setStartingPointByRef in interface ITracePathstartingPoint - A reference to a com.esri.arcgis.geodatabase.IUNLocation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IUNLocation getStoppingPoint() throws java.io.IOException, AutomationException
getStoppingPoint in interface ITracePathjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setStoppingPointByRef(IUNLocation stoppingPoint) throws java.io.IOException, AutomationException
setStoppingPointByRef in interface ITracePathstoppingPoint - A reference to a com.esri.arcgis.geodatabase.IUNLocation (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getPathConnectivity() throws java.io.IOException, AutomationException
getPathConnectivity in interface ITracePathjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPathConnectivityByRef(IArray pathConnectivity) throws java.io.IOException, AutomationException
setPathConnectivityByRef in interface ITracePathpathConnectivity - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometry getGeometry() throws java.io.IOException, AutomationException
getGeometry in interface ITracePathjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGeometryByRef(IGeometry geometry) throws java.io.IOException, AutomationException
setGeometryByRef in interface ITracePathgeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.