|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAStreetDirection3
Provides access to a 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. |
int |
getManeuverType()
The maneuver type of the item. |
double |
getTurnAngle()
The turn angle at the maneuver point of the item. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAStreetDirection2 |
---|
getCumulativeLength, getEstimatedArrivalTime |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAStreetDirection |
---|
getDriveTime, getEnvelope, getLength, getManeuverPoint, getResultElement, getResultObjectCount, getString, getStringCount, getStringType, 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.int getManeuverType() 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |