• DynamicEntityQueryResult
  • class Esri::ArcGISRuntime::DynamicEntityQueryResult

    The result of a query performed on a DynamicEntityDataSource. More...

    Header: #include <DynamicEntityQueryResult.h>
    Since: Esri::ArcGISRuntime 200.7
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~DynamicEntityQueryResult() override
    Esri::ArcGISRuntime::DynamicEntityIterator 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.