Provides details about a DynamicEntityObservation that has been received from the data source or purged from the local data cache. More...
Header | #include <Dynamic |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Esri | observation() const |
Detailed Description
An object of this type is sent as an argument to the following DynamicEntityDataSource events:
- DynamicEntityDataSource::dynamicEntityObservationReceived: raised by the data source when a new dynamic entity observation is received.
- DynamicEntityDataSource::dynamicEntityObservationPurged: raised by the data source when an observation is purged from local data cache due to a limit defined by DynamicEntityDataSource::purgeOptions.
See also DynamicEntityDataSourcePurgeOptions.
Member Function Documentation
[override virtual noexcept]
DynamicEntityObservationInfo::~DynamicEntityObservationInfo ()
Destructor.
Esri::ArcGISRuntime::DynamicEntityObservation *DynamicEntityObservationInfo::observation() const
Returns the DynamicEntityObservation that has been received from the data source or purged from the local data cache.
See also Returned QObjects Parenting.