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
TypePropertyDescriptionTheDynamicEntityObservation
that has been received from the data source or purged from the local data cache. -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theobservation
property.TheDynamicEntityObservation
that has been received from the data source or purged from the local data cache.
-
Property Details
-
observation
TheDynamicEntityObservation
that has been received from the data source or purged from the local data cache.- Since:
- 200.1.0
- See Also:
-
-
Method Details
-
observationProperty
TheDynamicEntityObservation
that has been received from the data source or purged from the local data cache.- Returns:
- the
observation
property - Since:
- 200.1.0
- See Also:
-
getObservation
Gets the value of theobservation
property.- Property description:
- The
DynamicEntityObservation
that has been received from the data source or purged from the local data cache. - Returns:
- the value of the
observation
property - Since:
- 200.1.0
- See Also:
-