|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebRouteOptions
Provides access to members that control ArcWeb route finding.
| Method Summary | |
|---|---|
IEnvelope |
getFilterExtent()
The extent of the returned map. |
int |
getHighwayPreference()
A preference number 1-100 for using highways (default is 80). |
double |
getPrecision()
The minimum distance between points on a route (default is 0.0). |
IPointCollection |
getRouteBarriers()
The locations of the route barriers. |
int |
getRouteType()
The route searching criteria for using either the quickest or shortest route (default is esriArcWebRouteTypeQuickest). |
boolean |
isOptimizeStops()
Indicates if intermediate waypoints are reordered to optimize for distance (default is VARIANT_FALSE). |
boolean |
isReturnExtents()
Indicates if an extent is returned for each segment in the route (default is VARIANT_FALSE). |
void |
setFilterExtentByRef(IEnvelope filterExtent)
The extent of the returned map. |
void |
setHighwayPreference(int pVal)
A preference number 1-100 for using highways (default is 80). |
void |
setOptimizeStops(boolean pVal)
Indicates if intermediate waypoints are reordered to optimize for distance (default is VARIANT_FALSE). |
void |
setPrecision(double pVal)
The minimum distance between points on a route (default is 0.0). |
void |
setReturnExtents(boolean pVal)
Indicates if an extent is returned for each segment in the route (default is VARIANT_FALSE). |
void |
setRouteBarriersByRef(IPointCollection pointCollection)
The locations of the route barriers. |
void |
setRouteType(int pVal)
The route searching criteria for using either the quickest or shortest route (default is esriArcWebRouteTypeQuickest). |
| Method Detail |
|---|
IEnvelope getFilterExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFilterExtentByRef(IEnvelope filterExtent)
throws IOException,
AutomationException
filterExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getHighwayPreference()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHighwayPreference(int pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isOptimizeStops()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOptimizeStops(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getPrecision()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPrecision(double pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnExtents()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnExtents(boolean pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRouteType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRouteType(int pVal)
throws IOException,
AutomationException
pVal - A com.esri.arcgis.arcweb.esriArcWebRouteType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPointCollection getRouteBarriers()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRouteBarriersByRef(IPointCollection pointCollection)
throws IOException,
AutomationException
pointCollection - A reference to a com.esri.arcgis.geometry.IPointCollection (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 | ||||||||