|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAStreetDirections
Provides access to the driving directions.
The INAStreetDirections interface provides access to the NAStreetDirections object which holds street directions for a particular route.
Method Summary | |
---|---|
INAStreetDirection |
getDirection(int index)
The direction item by index. |
int |
getDirectionCount()
The number of direction items. |
int |
getRouteID()
The route ID for the directions. |
String |
getRouteName()
The route name for the directions. |
INAStreetDirection |
getSummary()
The summary information. |
Method Detail |
---|
int getRouteID() throws IOException, AutomationException
RouteID returns the ID of the route.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getRouteName() throws IOException, AutomationException
RouteName returns the name of the route.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDirectionCount() throws IOException, AutomationException
DirectionsCount returns the number of individual step-by-step directions associated with the route.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INAStreetDirection getDirection(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INAStreetDirection getSummary() throws IOException, AutomationException
Summary gives access to INAStreetDirection which provides a summary of the route (e.g. total distance).
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 |