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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public ITracePathProxy()
public ITracePathProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITracePathProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getPathID() throws java.io.IOException, AutomationException
getPathID
in interface ITracePath
java.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 ITracePath
pathID
- 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 ITracePath
java.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 ITracePath
order
- 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 ITracePath
java.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 ITracePath
startingPoint
- 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 ITracePath
java.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 ITracePath
stoppingPoint
- 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 ITracePath
java.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 ITracePath
pathConnectivity
- 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 ITracePath
java.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 ITracePath
geometry
- 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.