queryDynamicEntities method

Future<DynamicEntityQueryResult> queryDynamicEntities(
  1. DynamicEntityQueryParameters parameters
)

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.

Parameters:

  • parameters — Parameters for performing the dynamic entity query.

Return Value: The DynamicEntityQueryResult that contains all dynamic entities currently matching the specified query parameters.