|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebRouteInfo
Provides access to members that contain information about an ArcWebRoute.
| Method Summary | |
|---|---|
String |
getDescriptiveDistance()
A description of the length of the route. |
String |
getDescriptiveTime()
A description of the estimated time the route takes to drive. |
IEnumArcWebDirections |
getDirections()
An enumeration of the ArcWebDirections. |
double |
getDistance()
The total length of the route. |
int |
getDistanceUnits()
The units of the route distance. |
IEnvelope |
getExtent()
The extent of the route. |
IPicture |
getImage()
The picture of the route. |
IPolyline |
getPath()
The geometry of the route. |
double |
getTime()
The estimated number of minutes the route takes to drive. |
IEnumArcWebTurnByTurnMaps |
getTurnByTurnMaps()
An enumeration of the ArcWebTurnByTurnMaps. |
| Method Detail |
|---|
IPolyline getPath()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebDirections getDirections()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebTurnByTurnMaps getTurnByTurnMaps()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPicture getImage()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDistanceUnits()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getDistance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getTime()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescriptiveDistance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescriptiveTime()
throws IOException,
AutomationException
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 | ||||||||