envelopeQuery(envelope:Envelope,
queryOptions:QueryOptions, token:string):ResultSet
geometryQuery(geometry:Geometry,
queryOptions:QueryOptions, token:string):ResultSet
getAvailableFieldNames(queryOptions:QueryOptions):FieldDesc[]
getVersion:string
pointQuery(point:Point, queryOptions:QueryOptions, token:string):ResultSet
| Method Name | envelopeQuery | ||||||
| Description | Returns one or more rows containing requested fields and their values for a given envelope. | ||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Query | ||||||
| Input Parameters |
| ||||||
| Valid Arguments |
| ||||||
| Output Parameter |
| ||||||
| Example (Java) |
IQuery myQuery = QueryHelper.bind(); For myQueryOptions, see QueryOptions. | ||||||
|
Example (VB.NET) |
Dim myQuery As New Query() For myQueryOptions, see QueryOptions. | ||||||
|
Example (C#.NET) |
Query myQuery = new Query(); For myQueryOptions, see QueryOptions. |
| Method Name | geometryQuery | ||||||
| Description | Returns one or more rows containing requested fields and their values for a given geometry. | ||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Query | ||||||
| Input Parameters |
| ||||||
| Valid Arguments |
| ||||||
| Output Parameter |
| ||||||
| Example (Java) |
IQuery myQuery = QueryHelper.bind(); For myQueryOptions, see QueryOptions. | ||||||
|
Example (VB.NET) |
Dim myQuery As New Query() For myQueryOptions, see QueryOptions. | ||||||
|
Example (C#.NET) |
Query myQuery = new Query(); For myQueryOptions, see QueryOptions. |
| Method Name | getAvailableFieldNames | ||
| Description | Returns the fields (attributes) available for a given data source. | ||
| Endpoint URL | http://arcweb.esri.com/services/v2/Query | ||
| Input Parameters |
| ||
| Valid Arguments |
| ||
| Output Parameter |
| ||
| Example (Java) |
IQuery myQuery = QueryHelper.bind(); For myQueryOptions, see QueryOptions. | ||
|
Example (VB.NET) |
Dim myQuery As New Query() For myQueryOptions, see QueryOptions. | ||
|
Example (C#.NET) |
Query myQuery = new Query(); For myQueryOptions, see QueryOptions. |
| Method Name | pointQuery | ||||||
| Description | Returns a single row containing requested fields and their values for a given point. | ||||||
| Endpoint URL | http://arcweb.esri.com/services/v2/Query | ||||||
| Input Parameters |
| ||||||
| Valid Arguments |
| ||||||
| Output Parameter |
| ||||||
| Example (Java) |
IQuery myQuery = QueryHelper.bind(); For myPoint, see Point. | ||||||
|
Example (VB.NET) |
Dim myQuery As New Query() For myPoint, see Point. | ||||||
|
Example (C#.NET) |
Query myQuery = new Query(); For myPoint, see Point. |
Query overview
Query data sources and credits
SOAP samples
Object model