queryDynamicEntities

Returns all dynamic entities currently matching the specified query parameters. Use this method to query the dynamic entities currently stored in the data source. The query parameters can be used to filter based on track ID, geometry, spatial relationship, and attribute query string.

The query is performed on the most recent observation of each dynamic entity in the data source at the time the query is executed.

The returned DynamicEntityQueryResult object can be used to iterate over the query results.

Return

A Result that returns a DynamicEntityQueryResult type.

Since

200.7.0

Parameters

parameters

Parameters for performing the dynamic entity query.