DynamicEntityChangedInfo QML Type

DynamicEntity sent by DynamicEntity::dynamicEntityChanged."> DynamicEntityChangedInfo QML Type | ArcGISQtQml
  • Esri.ArcGISRuntime
  • DynamicEntityChangedInfo
  • Describes changes to a DynamicEntity sent by DynamicEntity::dynamicEntityChanged. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 200.1
    Inherits:

    Object

    Properties

    Detailed Description

    An object of this type is sent as an argument to the DynamicEntity::dynamicEntityChanged. This event is raised whenever observations associated with an existing dynamic entity are received from the data source or purged from the local data cache.

    If the last observation has been purged from the local data cache, the dynamicEntityPurged property is set to true. This indicates that the dynamic entity has been purged and will receive no more associated observations from the data source.

    Note: You cannot declare or create a component of this type in QML code.

    Property Documentation

    [read-only] dynamicEntityPurged : bool

    Indicates whether the DynamicEntity itself has been purged (read-only).

    This flag is set when the last observation associated with this dynamic entity has been purged from the local data cache. In this case, the dynamic entity is also purged and will not be associated with any new observations received from the data source.

    Purge of a dynamic entity can be caused by exceeding the limits defined by DynamicEntityDataSource::purgeOptions or by an explicit call to DynamicEntityDataSource::purgeAll.

    The default is false.


    [read-only] purgedObservation : DynamicEntityObservation

    The purged DynamicEntityObservation (read-only).

    If an observation associated with this dynamic entity was purged, this property contains the purged DynamicEntityObservation.

    The default is null, meaning no observation associated with this dynamic entity was purged.

    When a call to DynamicEntityDataSource::purgeAll causes multiple observations for a dynamic entity to be purged, this property is set to the last purged observation of this dynamic entity and dynamicEntityPurged is set to true.


    [read-only] receivedObservation : DynamicEntityObservation

    The newly received DynamicEntityObservation (read-only).

    When an observation associated with this dynamic entity is received from the data source, this property contains the received observation.

    The default is null, meaning no observation associated with this dynamic entity was received.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.