Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.realtime
package com.esri.arcgisruntime.realtime
Contains classes to load, connect, and interact with real-time feeds using the dynamic entity API including
DynamicEntityDataSource
(e.g. ArcGISStreamService
),
DynamicEntityLayer
, DynamicEntity
,
and DynamicEntityObservation
.- Since:
- 200.1.0
-
ClassDescriptionA
DynamicEntityDataSource
that receives a stream of observations from an ArcGIS stream service.Limits which dynamic entities are returned from an ArcGIS stream service.Metadata for an ArcGIS stream service.An enumeration of the various status values for a connection.AGeoElement
that represents a real-world object received from aDynamicEntityDataSource
.Called whenDynamicEntity
changes.Defines the callback listener to listen to DynamicEntityChangedListener events.Describes changes to aDynamicEntity
sent byDynamicEntity.DynamicEntityChangedEvent
.A dynamic entity data source that streams observations to a client.A notification that aDynamicEntityObservation
was purged from the local data cache.Defines the callback listener to listen to DynamicEntityObservationPurgedListener events.A notification that aDynamicEntityObservation
was received from the data source.Defines the callback listener to listen toDynamicEntityDataSource.DynamicEntityObservationReceivedEvent
events.A notification that aDynamicEntity
was purged from the local data cache.Defines the callback listener to listen to DynamicEntityPurgedListener events.A notification that aDynamicEntity
was received from the data source.Defines the callback listener to listen to DynamicEntityReceivedListener events.Metadata for aDynamicEntityDataSource
.Purge options for a dynamic entity data source.Provides details about aDynamicEntity
that has been sent byDynamicEntityDataSource.DynamicEntityReceivedEvent
orDynamicEntityDataSource.DynamicEntityPurgedEvent
.AGeoElement
that represents a static observation of aDynamicEntity
received from aDynamicEntityDataSource
.Provides details about aDynamicEntityObservation
that has been received from the data source or purged from the local data cache.