Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.realtime
Class DynamicEntityObservationInfo
java.lang.Object
com.esri.arcgisruntime.realtime.DynamicEntityObservationInfo
Provides details about a
DynamicEntityObservation that has been received from the data source or purged from the
local data cache.
An object of this type is sent as an argument to the following DynamicEntityDataSource events:
-
DynamicEntityDataSource.DynamicEntityObservationReceivedEvent: raised by the data source when a new dynamic entity observation is received. -
DynamicEntityDataSource.DynamicEntityObservationPurgedEvent: raised by the data source when an observation is purged from local data cache due to a limit defined byDynamicEntityDataSource.purgeOptionsProperty().
- Since:
- 200.1.0
- See Also:
-
Property Summary
PropertiesTypePropertyDescriptionTheDynamicEntityObservationthat has been received from the data source or purged from the local data cache. -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theobservationproperty.TheDynamicEntityObservationthat has been received from the data source or purged from the local data cache.
-
Property Details
-
observation
TheDynamicEntityObservationthat has been received from the data source or purged from the local data cache.- Since:
- 200.1.0
- See Also:
-
-
Method Details
-
observationProperty
TheDynamicEntityObservationthat has been received from the data source or purged from the local data cache.- Returns:
- the
observationproperty - Since:
- 200.1.0
- See Also:
-
getObservation
Gets the value of theobservationproperty.- Property description:
- The
DynamicEntityObservationthat has been received from the data source or purged from the local data cache. - Returns:
- the value of the
observationproperty - Since:
- 200.1.0
- See Also:
-