Show / Hide Table of Contents

Method AddObservation

AddObservation(Geometry, IEnumerable<KeyValuePair<String, Object>>)

Adds or updates the newly-received observation data in the data source store.

Declaration
protected void AddObservation(Geometry geometry, IEnumerable<KeyValuePair<string, object>> attributes)
Parameters
Type Name Description
Geometry geometry

Geometry of the associated observation. Can be null. Only data sources that send point geometries are supported.

System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Object>> attributes

The attributes of the associated observation. Can be null.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.