|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INACompactStreetDirections
Provides access to compact driving directions.
The INACompactStreetDirections interface provides access to the NACompactStreetDirections object which holds street directions for a particular route.
Method Summary | |
---|---|
INACompactStreetDirection |
getDirection(int index)
The direction by index. |
int |
getDirectionCount()
The directions count. |
int |
getRouteID()
The route ID for the directions. |
String |
getRouteName()
The route name for the directions. |
INACompactStreetDirectionSummary |
getSummary()
The summary information. |
Method Detail |
---|
int getRouteID() throws IOException, AutomationException
RouteID returns the ObjectID of the corresponding route feature in the Routes or CFRoutes network analysis class.
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. This is retrieved from the name field of the corresponding route feature in the Routes or CFRoutes network analysis class.
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.INACompactStreetDirection getDirection(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INACompactStreetDirectionSummary getSummary() throws IOException, AutomationException
Summary gives access to INACompactStreetDirectionSummary 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 |