public interface ITracePath
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc75fc791_103d_4c90_ba48_503b23b8d9a3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeometry |
getGeometry()
Returns the geometry.
|
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.
|
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.
|
static final int IIDc75fc791_103d_4c90_ba48_503b23b8d9a3
static final int xxDummy
static final java.lang.String IID
int getPathID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPathID(int pathID) throws java.io.IOException, AutomationException
pathID
- The pathID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getOrder() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOrder(int order) throws java.io.IOException, AutomationException
order
- The order (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUNLocation getStartingPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStartingPointByRef(IUNLocation startingPoint) throws java.io.IOException, AutomationException
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.IUNLocation getStoppingPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setStoppingPointByRef(IUNLocation stoppingPoint) throws java.io.IOException, AutomationException
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.IArray getPathConnectivity() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setPathConnectivityByRef(IArray pathConnectivity) throws java.io.IOException, AutomationException
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.IGeometry getGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeometryByRef(IGeometry geometry) throws java.io.IOException, AutomationException
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.