|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebRouteFinder
Provides access to members that find routes and generate driving directions between multiple locations.
| Method Summary | |
|---|---|
IArcWebRouteInfo |
findRoute(IEnumArcWebRouteStops routeStops,
IArcWebRouteFinderOptions routeFinderOptions,
ITrackCancel cancelTracker)
Returns route information for a given set of route stops and routing parameters. |
IEnumBSTR |
getLanguages(ITrackCancel cancelTracker)
Gets the supported languages for the driving directions. |
IEnumArcWebDataSourceInfo |
getSupportedDataSources(ITrackCancel pCancelTracker)
Gets the supported data sources for the route finding service. |
| Method Detail |
|---|
IEnumBSTR getLanguages(ITrackCancel cancelTracker)
throws IOException,
AutomationException
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebRouteInfo findRoute(IEnumArcWebRouteStops routeStops,
IArcWebRouteFinderOptions routeFinderOptions,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
routeStops - A reference to a com.esri.arcgis.arcweb.IEnumArcWebRouteStops (in)routeFinderOptions - A reference to a com.esri.arcgis.arcweb.IArcWebRouteFinderOptions (in)cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebDataSourceInfo getSupportedDataSources(ITrackCancel pCancelTracker)
throws IOException,
AutomationException
pCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
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 | ||||||||