|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAStreetDirection2
Provides access to a street direction item.
The INAStreetDirection2 interface provides access to each direction element.
Method Summary | |
---|---|
double |
getCumulativeLength()
The cumulative driving length (in directions length units). |
Date |
getEstimatedArrivalTime()
The estimated time of arrival. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAStreetDirection |
---|
getDriveTime, getEnvelope, getLength, getManeuverPoint, getResultElement, getResultObjectCount, getString, getStringCount, getStringType, getTime |
Method Detail |
---|
double getCumulativeLength() throws IOException, AutomationException
CumulativeLength returns the cumulative length from the beginning of the route.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getEstimatedArrivalTime() throws IOException, AutomationException
EstimatedArrivalTime returns the estimated time of arrival at the direction element.
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 |