|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IArcWebSpatialQuery
Provides access to members that perform ArcWeb spatial queries.
| Method Summary | |
|---|---|
IArcWebTable |
findFeatures(IGeometry geometry,
IArcWebSpatialQueryOptions spatialQueryOptions,
ITrackCancel cancelTracker)
Returns the features that fulfill the criteria of the spatial query. |
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. |
| Method Detail |
|---|
IArcWebTable findFeatures(IGeometry geometry,
IArcWebSpatialQueryOptions spatialQueryOptions,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
geometry - 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.
IEnumArcWebDataSourceInfo getSupportedDataSources(ITrackCancel pCancelTracker)
throws IOException,
AutomationException
pCancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumArcWebSpatialQueryInfo getFieldNames(IEnumArcWebDataSourceInfo dataSourceInfo,
ITrackCancel cancelTracker)
throws IOException,
AutomationException
dataSourceInfo - 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 | ||||||||