DynamicEntityQueryParameters

Parameters for performing a query on a DynamicEntityDataSource. Use this class to specify parameters for querying dynamic entities in a DynamicEntityDataSource.

You may use any combination of DynamicEntityQueryParameters.trackIds, DynamicEntityQueryParameters.geometry, and DynamicEntityQueryParameters.whereClause to filter the dynamic entities returned by a query. Each of the properties will be applied to the query using an AND operation.

Since

200.7.0

See also

(DynamicEntityQueryParameters)

Constructors

Link copied to clipboard
constructor()

Creates a new DynamicEntityQueryParameters object.

Properties

Link copied to clipboard

The geometry used to filter the results. The geometry that (along with the DynamicEntityQueryParameters.spatialRelationship) defines dynamic entities to be included in the query.

Link copied to clipboard

A SpatialRelationship object that defines how DynamicEntityQueryParameters.geometry is applied to filter the dynamic entities. This property has no effect unless a DynamicEntityQueryParameters.geometry is also provided.

Link copied to clipboard

The track IDs of the dynamic entities to query for. If this array is populated, the query will only return entities with track IDs that match the values in this array.

Link copied to clipboard

The attribute query string used to filter the results. The where clause should follow standard SQL syntax similar to that discussed in the document SQL reference for query expressions used in ArcGIS