Specifies a search distance from a given geometry in a spatial query.
The geometry to apply to the spatial filter.
Specifies the number of decimal places for geometries returned by the query operation.
The maximum distance in units of outSpatialReference used for generalizing geometries returned by the query operation.
The number of features to retrieve.
An array of ObjectIDs to be used to query for features in a layer.
One or more field names used to order the query results.
Attribute fields to include in the FeatureSet.
The spatial reference for the returned geometry.
If true
, each feature in the returned FeatureSet includes the geometry.
If true
, and returnGeometry is true
, then m-values are included in the geometry.
If true
, and returnGeometry is true
, then z-values are included in the geometry.
For spatial queries, this parameter defines the spatial relationship to query features in the layer or layer view against the input geometry.
The zero-based index indicating where to begin retrieving features.
A time extent for a temporal query against time-aware layers.
The topFilter
parameter is used to set the groupByFields, orderByFields, and topCount criteria used in generating the result.
The unit for calculating the buffer distance when distance is specified in spatial queries.
A where clause for the query.
Creates a deep clone of TopFeaturesQuery object.
Converts an instance of this class to its ArcGIS portal JSON representation.
Generated using TypeDoc
Indicates if the service should cache the query results.
Read more...