|
|||||||||
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
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGeneralBearing() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getEvents() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStringCount() throws IOException, AutomationException
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 |