Show / Hide Table of Contents

Class ArcGISStreamServiceFilter

Limits which dynamic entities are returned from an ArcGIS stream service.

Inheritance
Object
ArcGISStreamServiceFilter
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.RealTime
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISStreamServiceFilter
Remarks

Set Filter to an object of this type to apply a server-side filter on observations streamed from an ArcGIS stream service. Spatial or attribute filters (or both) are supported.

Using this server-side filter is useful for limiting how much data is streamed from an ArcGISStreamService and handled in the client application which can help with performance and memory usage in the application.

Constructors

Name Description
ArcGISStreamServiceFilter()

Initializes a new instance of the ArcGISStreamServiceFilter class.

Properties

Name Description
Geometry

Gets or sets the geometry that is used to filter results.

OutFields

Gets a collection of field names that identify the observation values the server should return.

OutSpatialReference

Gets or sets the spatial reference to use when returning dynamic entities.

WhereClause

Gets or sets a SQL expression used to filter dynamic entities.

Applies to

TargetVersions
.NET Standard 2.0200.2
.NET 6.0200.2
.NET 6.0 Windows200.2
.NET 6.0 Android200.2
.NET 6.0 iOS200.2
.NET Framework200.2
UWP200.2
In This Article
Back to top Copyright © 2022 Esri.