Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. | Where | A SQL where clause for the query filter. |
  2. |----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
  3. | outfields | The fields to be included in the returned result set. |
  4. | objectIds | The object IDs to be queried. |
  5. | time | The time instant or the time extent to query. | |
  6. | geometry | The geometry to apply as the spatial filter. |
  7. | geometryType | The type of geometry specified by the geometry parameter. |
  8. | inSR | The spatial reference of the input geometry. |
  9. | spatialRel | The spatial relationship to be applied on the input geometry while performing the query. |
  10. | distance | The buffer distance for the input geometries. The distance unit is specified by units. |
  11. | units | The unit for calculating the buffer distance. |
  12. | returnGeometry | If true, the result includes the geometry associated with each feature returned. |
  13. | outSR | The spatial reference of the returned geometry. |
  14. | returnDistinctValues | If true, it returns distinct values based on the fields specified in outFields. |
  15. | returnIdsOnly | If true, the response only includes an array of object IDs. Otherwise, the response is a feature set. |
  16. | returnCountOnly | If true, the response only includes the count (number of features/records) that would be returned by a query. Otherwise, the response is a feature set. |
  17. | returnExtentOnly | If true, the response only includes the extent of the features that would be returned by the query. |
  18. | orderByFields | One or more field names on which the features/records need to be ordered. Use ASC or DESC for ascending or descending, respectively, following every field to control the ordering. |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement