|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.arcweb.ArcWebSpatialQuery
public class ArcWebSpatialQuery
An ArcWeb service used to perform query and proximity searches.
| Constructor Summary | |
|---|---|
ArcWebSpatialQuery()
Constructs a ArcWebSpatialQuery using ArcGIS Engine. |
|
ArcWebSpatialQuery(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ArcWebSpatialQuery theArcWebSpatialQuery = (ArcWebSpatialQuery) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
IArcWebTable |
findFeatures(IGeometry geometry,
IArcWebSpatialQueryOptions spatialQueryOptions,
ITrackCancel cancelTracker)
Returns the features that fulfill the criteria of the spatial query. |
static String |
getClsid()
getClsid. |
IEnumArcWebSpatialQueryInfo |
getFieldNames(IEnumArcWebDataSourceInfo dataSourceInfo,
ITrackCancel cancelTracker)
Returns the field names and related information supported by the data sources. |
IEnumArcWebDataSourceInfo |
getSupportedDataSources(ITrackCancel pCancelTracker)
Returns the data sources that can support this service. |
int |
hashCode()
the hashcode for this object |
| 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 ArcWebSpatialQuery()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ArcWebSpatialQuery(Object obj)
throws IOException
ArcWebSpatialQuery theArcWebSpatialQuery = (ArcWebSpatialQuery) obj;
obj to ArcWebSpatialQuery.
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 IArcWebTable findFeatures(IGeometry geometry,
IArcWebSpatialQueryOptions spatialQueryOptions,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
findFeatures in interface IArcWebSpatialQuerygeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)spatialQueryOptions - A reference to a com.esri.arcgis.arcweb.IArcWebSpatialQueryOptions (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.
public IEnumArcWebDataSourceInfo getSupportedDataSources(ITrackCancel pCancelTracker)
throws IOException,
AutomationException
getSupportedDataSources in interface IArcWebSpatialQuerypCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumArcWebSpatialQueryInfo getFieldNames(IEnumArcWebDataSourceInfo dataSourceInfo,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
getFieldNames in interface IArcWebSpatialQuerydataSourceInfo - A reference to a com.esri.arcgis.arcweb.IEnumArcWebDataSourceInfo (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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||