java.lang.Object
com.esri.arcgisruntime.realtime.DynamicEntityInfo
Provides details about a
DynamicEntity that has been sent by
DynamicEntityDataSource.DynamicEntityReceivedEvent or DynamicEntityDataSource.DynamicEntityPurgedEvent.
An object of this type is sent as an argument to the following DynamicEntityDataSource events:
-
DynamicEntityReceivedEvent: raised by the data source when a new dynamic entity is created in response to a received observation with a track ID that has not yet been encountered in this session. -
DynamicEntityPurgedEvent: raised by the data source when all observations associated with a dynamic entity have been purged from the local data cache.
- Since:
- 200.1.0
-
Property Summary
PropertiesTypePropertyDescriptionTheDynamicEntitythat has been received from the data source or purged from the local data cache. -
Method Summary
Modifier and TypeMethodDescriptionTheDynamicEntitythat has been received from the data source or purged from the local data cache.Gets the value of thedynamicEntityproperty.
-
Property Details
-
dynamicEntity
TheDynamicEntitythat has been received from the data source or purged from the local data cache.- Since:
- 200.1.0
- See Also:
-
-
Method Details
-
dynamicEntityProperty
TheDynamicEntitythat has been received from the data source or purged from the local data cache.- Returns:
- the
dynamicEntityproperty - Since:
- 200.1.0
- See Also:
-
getDynamicEntity
Gets the value of thedynamicEntityproperty.- Property description:
- The
DynamicEntitythat has been received from the data source or purged from the local data cache. - Returns:
- the value of the
dynamicEntityproperty - Since:
- 200.1.0
- See Also:
-