|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INACompactStreetDirection2
Provides access to a compact street direction item.
Method Summary | |
---|---|
double |
getDepartBearing()
The depart bearing of the item. |
IArray |
getEvents()
The collection of events along the item. |
double |
getGeneralBearing()
The general bearing of the item. |
String |
getString(int index)
The direction string by its index. |
int |
getStringCount()
The number of direction strings in this item. |
int |
getStringType(int index)
The direction string type by its index. |
double |
getTurnAngle()
The turn angle at the maneuver point of the item. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INACompactStreetDirection |
---|
getCompressedGeometry, getETA, getLength, getManeuverType, getText, getTime |
Method Detail |
---|
double getTurnAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDepartBearing() throws IOException, AutomationException
The travel bearing, in degrees measured clockwise from north, at the beginning of the maneuver covered by this direction item.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGeneralBearing() throws IOException, AutomationException
The general bearing, in degrees measured clockwise from north, of the maneuver covered by this direction item.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getEvents() throws IOException, AutomationException
An event in a direction item is something that occurs during themaneuver that is not an action item. Crossing a time zone or jurisdictional boundary are examples of direction events.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStringCount() throws IOException, AutomationException
A direction item can be made up of multiple strings of the types delineated by esriDirectionsStringType. You can access an item's strings by using StringCount to loop over String.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getString(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStringType(int index) throws IOException, AutomationException
index
- The index (in)
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 |