Class ArcGISStreamService
A DynamicEntityDataSource that receives a stream of observations from an ArcGIS stream service.
Implements
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISStreamService : DynamicEntityDataSource, ILoadable
Remarks
Currently, this is the only concrete class deriving from DynamicEntityDataSource.
Members of this class allow an application to:
- connect to and receive observations from an ArcGIS stream service
- access metadata about the ArcGIS stream service
- set a server-side filter on the service to limit the number and type of observations sent
In the current release, only stream services that send point geometries are supported.
To learn about ArcGIS stream services see: ArcGIS Server - Stream Services in the ArcGIS Enterprise documentation.
Constructors
Name | Description |
---|---|
ArcGISStreamService(Uri) | Initializes a new instance of the ArcGISStreamService class. |
Properties
Name | Description |
---|---|
Filter | Gets or sets a filter that defines which observations are returned from the service. |
ServiceInfo | Gets the metadata that describes the ArcGIS stream service. |
Source | Gets the Uri of the stream service. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |