Class DynamicEntityQueryParameters
Parameters for performing a query on a DynamicEntityDataSource.
Inheritance
System.Object
DynamicEntityQueryParameters
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 DynamicEntityQueryParameters
Remarks
Use this class to specify parameters for querying dynamic entities in a DynamicEntityDataSource.
You may use any combination of TrackIds, Geometry, and WhereClause to filter the dynamic entities returned by a query. Each of the properties will be applied to the query using an AND operation.
Constructors
Name | Description |
---|---|
DynamicEntityQueryParameters() |
Properties
Name | Description |
---|---|
Geometry | Gets or sets the geometry used to filter the results. |
SpatialRelationship | Gets or sets a SpatialRelationship object that defines how Geometry is applied to filter the dynamic entities. |
TrackIds | Gets the track IDs of the dynamic entities to query for. |
WhereClause | Gets or sets the attribute query string used to filter the results. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 200.7 - 200.8 |
.NET | 200.7 - 200.8 |
.NET Windows | 200.7 - 200.8 |
.NET Android | 200.7 - 200.8 |
.NET iOS | 200.7 - 200.8 |
.NET Framework | 200.7 - 200.8 |
UWP | 200.7 - 200.8 |