public class TracePath extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, ITracePath
Description '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 =
IID, IIDc75fc791_103d_4c90_ba48_503b23b8d9a3, xxDummy
Constructor and Description |
---|
TracePath()
Constructs a TracePath using ArcGIS Engine.
|
TracePath(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
TracePath theTracePath = (TracePath) obj; |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
static java.lang.String |
getClsid()
getClsid.
|
IGeometry |
getGeometry()
Returns the geometry.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
int |
getOrder()
Returns the order.
|
IArray |
getPathConnectivity()
Returns the path connectivity.
|
int |
getPathID()
Returns the path ID.
|
IUNLocation |
getStartingPoint()
Returns the starting point.
|
IUNLocation |
getStoppingPoint()
Returns the stopping point.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
setGeometryByRef(IGeometry geometry)
Returns the geometry.
|
void |
setOrder(int order)
Returns the order.
|
void |
setPathConnectivityByRef(IArray pathConnectivity)
Returns the path connectivity.
|
void |
setPathID(int pathID)
Returns the path ID.
|
void |
setStartingPointByRef(IUNLocation startingPoint)
Returns the starting point.
|
void |
setStoppingPointByRef(IUNLocation stoppingPoint)
Returns the stopping point.
|
public TracePath() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic TracePath(java.lang.Object obj) throws java.io.IOException
TracePath theTracePath = (TracePath) obj;
obj
to TracePath
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
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.