|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebSpatialQueryOptions
public class ArcWebSpatialQueryOptions
A set of parameters used by the ArcWebSpatialQuery.
| Constructor Summary | |
|---|---|
ArcWebSpatialQueryOptions()
Constructs a ArcWebSpatialQueryOptions using ArcGIS Engine. |
|
ArcWebSpatialQueryOptions(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebSpatialQueryOptions theArcWebSpatialQueryOptions = (ArcWebSpatialQueryOptions) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
double |
getBufferDistance()
The area in which to search for results. |
int |
getBufferUnits()
The units for the buffer distance. |
static String |
getClsid()
getClsid. |
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. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ArcWebSpatialQueryOptions()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebSpatialQueryOptions(Object obj)
throws IOException
ArcWebSpatialQueryOptions theArcWebSpatialQueryOptions = (ArcWebSpatialQueryOptions) obj;
obj to ArcWebSpatialQueryOptions.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getDataSource()
throws IOException,
AutomationException
getDataSource in interface IArcWebSpatialQueryOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDataSource(String dataSource)
throws IOException,
AutomationException
setDataSource in interface IArcWebSpatialQueryOptionsdataSource - The dataSource (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDistanceUnits()
throws IOException,
AutomationException
getDistanceUnits in interface IArcWebSpatialQueryOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDistanceUnits(int distanceUnits)
throws IOException,
AutomationException
setDistanceUnits in interface IArcWebSpatialQueryOptionsdistanceUnits - A com.esri.arcgis.arcweb.esriArcWebDistanceUnits constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReturnDistance()
throws IOException,
AutomationException
isReturnDistance in interface IArcWebSpatialQueryOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReturnDistance(boolean returnDistance)
throws IOException,
AutomationException
setReturnDistance in interface IArcWebSpatialQueryOptionsreturnDistance - The returnDistance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isReturnGeometry()
throws IOException,
AutomationException
isReturnGeometry in interface IArcWebSpatialQueryOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setReturnGeometry(boolean returnGeometry)
throws IOException,
AutomationException
setReturnGeometry in interface IArcWebSpatialQueryOptionsreturnGeometry - The returnGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IArcWebSearchOptions getSearchOptions()
throws IOException,
AutomationException
getSearchOptions in interface IArcWebSpatialQueryOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSearchOptionsByRef(IArcWebSearchOptions searchOptions)
throws IOException,
AutomationException
setSearchOptionsByRef in interface IArcWebSpatialQueryOptionssearchOptions - A reference to a com.esri.arcgis.arcweb.IArcWebSearchOptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getBufferDistance()
throws IOException,
AutomationException
getBufferDistance in interface IArcWebSpatialQueryOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBufferDistance(double bufferDistance)
throws IOException,
AutomationException
setBufferDistance in interface IArcWebSpatialQueryOptionsbufferDistance - The bufferDistance (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBufferUnits()
throws IOException,
AutomationException
getBufferUnits in interface IArcWebSpatialQueryOptionsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBufferUnits(int distanceUnits)
throws IOException,
AutomationException
setBufferUnits in interface IArcWebSpatialQueryOptionsdistanceUnits - 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 | ||||||||