|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebRouteFinderOptions
Provides access to members that control finding routes in ArcWeb.
| Method Summary | |
|---|---|
String |
getDataSource()
The name of the data source to use for routing. |
String |
getLanguage()
The language used in the route description (default is English). |
IArcWebRouteDisplayOptions |
getRouteDisplayOptions()
The parameters for how the route is displayed on a map. |
IArcWebMapImageOptions |
getRouteMapOptions()
The parameters for a map image of the route. |
IArcWebRouteOptions |
getRouteOptions()
The parameters for the route. |
String |
getTrafficDataSource()
The name of the traffic data source used to create traffic barriers. |
int |
getTrafficSeverity()
The traffic incident severity ratings to avoid 0-4 (default is 0 which avoids all incidents). |
int |
getUnits()
The units of the route (default is esriArcWebDistanceUnitsMiles). |
boolean |
isAvoidTraffic()
Indicates if current traffic conditions are considered when generating a route (default is VARIANT_FALSE). |
boolean |
isReturnDirections()
Indicates if a description of the route is returned (default is VARIANT_FALSE). |
boolean |
isReturnGeometry()
Indicates if the geometry of the route is returned (default is VARIANT_FALSE). |
boolean |
isReturnMap()
Indicates if map image of the route is returned (default is VARIANT_FALSE). |
boolean |
isReturnTurnByTurnMaps()
Indicates if turn-by-turn maps are returned (default is VARIANT_FALSE). |
void |
setAvoidTraffic(boolean avoidTraffic)
Indicates if current traffic conditions are considered when generating a route (default is VARIANT_FALSE). |
void |
setDataSource(String dataSource)
The name of the data source to use for routing. |
void |
setLanguage(String language)
The language used in the route description (default is English). |
void |
setReturnDirections(boolean returnDirections)
Indicates if a description of the route is returned (default is VARIANT_FALSE). |
void |
setReturnGeometry(boolean returnGeometry)
Indicates if the geometry of the route is returned (default is VARIANT_FALSE). |
void |
setReturnMap(boolean pVal)
Indicates if map image of the route is returned (default is VARIANT_FALSE). |
void |
setReturnTurnByTurnMaps(boolean pVal)
Indicates if turn-by-turn maps are returned (default is VARIANT_FALSE). |
void |
setRouteDisplayOptionsByRef(IArcWebRouteDisplayOptions routeDisplayOptions)
The parameters for how the route is displayed on a map. |
void |
setRouteMapOptionsByRef(IArcWebMapImageOptions mapOptions)
The parameters for a map image of the route. |
void |
setRouteOptionsByRef(IArcWebRouteOptions routeOptions)
The parameters for the route. |
void |
setTrafficDataSource(String pVal)
The name of the traffic data source used to create traffic barriers. |
void |
setTrafficSeverity(int pVal)
The traffic incident severity ratings to avoid 0-4 (default is 0 which avoids all incidents). |
void |
setUnits(int pVal)
The units of the route (default is esriArcWebDistanceUnitsMiles). |
| Method Detail |
|---|
boolean isAvoidTraffic()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAvoidTraffic(boolean avoidTraffic)
throws IOException,
AutomationException
avoidTraffic - The avoidTraffic (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnDirections()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnDirections(boolean returnDirections)
throws IOException,
AutomationException
returnDirections - The returnDirections (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnGeometry()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnGeometry(boolean returnGeometry)
throws IOException,
AutomationException
returnGeometry - The returnGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDataSource()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataSource(String dataSource)
throws IOException,
AutomationException
dataSource - The dataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getLanguage()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLanguage(String language)
throws IOException,
AutomationException
language - The language (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnMap()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnMap(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnTurnByTurnMaps()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnTurnByTurnMaps(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTrafficDataSource()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTrafficDataSource(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTrafficSeverity()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTrafficSeverity(int pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getUnits()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setUnits(int pVal)
throws IOException,
AutomationException
pVal - A com.esri.arcgis.arcweb.esriArcWebDistanceUnits constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebRouteOptions getRouteOptions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRouteOptionsByRef(IArcWebRouteOptions routeOptions)
throws IOException,
AutomationException
routeOptions - A reference to a com.esri.arcgis.arcweb.IArcWebRouteOptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebRouteDisplayOptions getRouteDisplayOptions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRouteDisplayOptionsByRef(IArcWebRouteDisplayOptions routeDisplayOptions)
throws IOException,
AutomationException
routeDisplayOptions - A reference to a com.esri.arcgis.arcweb.IArcWebRouteDisplayOptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IArcWebMapImageOptions getRouteMapOptions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRouteMapOptionsByRef(IArcWebMapImageOptions mapOptions)
throws IOException,
AutomationException
mapOptions - A reference to a com.esri.arcgis.arcweb.IArcWebMapImageOptions (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 | ||||||||