|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INACompactStreetDirectionSummary
Provides access to the compact driving directions summary.
The INACompactStreetDirectionSummary interface provides access to the summary information for the route's direction including the total length, total time, total drive time, and the route's extent.
Method Summary | |
---|---|
IEnvelope |
getEnvelope()
The bounding box of the route. |
double |
getTotalDriveTime()
The total drive time for the route. |
double |
getTotalLength()
The total length of the route. |
double |
getTotalTime()
The total time for the route including wait and service time. |
Method Detail |
---|
double getTotalLength() throws IOException, AutomationException
TotalLength returns the total length of the route.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTotalTime() throws IOException, AutomationException
TotalTime returns the total travel time of the route including wait time and service time at stops.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTotalDriveTime() throws IOException, AutomationException
TotalDriveTime returns the total drive time of the route excluding any wait time or service time at stops.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getEnvelope() throws IOException, AutomationException
Envelope returns the geographic envelope of the route.
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 |