|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebSpatialQueryOptions
Provides access to members that control an ArcWeb spatial query.
| Method Summary | |
|---|---|
double |
getBufferDistance()
The area in which to search for results. |
int |
getBufferUnits()
The units for the buffer distance. |
String |
getDataSource()
The name of the data source. |
int |
getDistanceUnits()
The units used to measure the distance from the input search geometry to individual results (default is miles). |
IArcWebSearchOptions |
getSearchOptions()
The parameters defining the search results. |
boolean |
isReturnDistance()
Indicates if the distances are returned from the input search geometry to the individual results (default is false). |
boolean |
isReturnGeometry()
Indicates if the latitude and longitude values are returned. |
void |
setBufferDistance(double bufferDistance)
The area in which to search for results. |
void |
setBufferUnits(int distanceUnits)
The units for the buffer distance. |
void |
setDataSource(String dataSource)
The name of the data source. |
void |
setDistanceUnits(int distanceUnits)
The units used to measure the distance from the input search geometry to individual results (default is miles). |
void |
setReturnDistance(boolean returnDistance)
Indicates if the distances are returned from the input search geometry to the individual results (default is false). |
void |
setReturnGeometry(boolean returnGeometry)
Indicates if the latitude and longitude values are returned. |
void |
setSearchOptionsByRef(IArcWebSearchOptions searchOptions)
The parameters defining the search results. |
| Method Detail |
|---|
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.
int getDistanceUnits()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDistanceUnits(int distanceUnits)
throws IOException,
AutomationException
distanceUnits - A com.esri.arcgis.arcweb.esriArcWebDistanceUnits constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnDistance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnDistance(boolean returnDistance)
throws IOException,
AutomationException
returnDistance - The returnDistance (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.
IArcWebSearchOptions getSearchOptions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSearchOptionsByRef(IArcWebSearchOptions searchOptions)
throws IOException,
AutomationException
searchOptions - A reference to a com.esri.arcgis.arcweb.IArcWebSearchOptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getBufferDistance()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBufferDistance(double bufferDistance)
throws IOException,
AutomationException
bufferDistance - The bufferDistance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBufferUnits()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBufferUnits(int distanceUnits)
throws IOException,
AutomationException
distanceUnits - A com.esri.arcgis.arcweb.esriArcWebDistanceUnits constant (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 | ||||||||