The result of a query performed on a DynamicEntityDataSource. More...
| Header | #include <Dynamic |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| Esri | iterator() |
Detailed Description
A query performed on a DynamicEntityDataSource will return an object of this type. The query result allows you to iterate over the dynamic entities that satisfy the query.
Due to the real-time nature of dynamic entities in the result, individual entities may receive new observations, have existing observations purged, or be entirely purged before the application can use them. Use DynamicEntity::latestObservation to verify the current state of an entity before using it.
Member Function Documentation
[override virtual noexcept] DynamicEntityQueryResult::~DynamicEntityQueryResult ()
destructor.
Esri::ArcGISRuntime::DynamicEntityIterator DynamicEntityQueryResult::iterator()
Returns a dynamic entity iterator that allows you to iterate over the query results.