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 |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Object>> | attributes | The attributes of the associated observation. Can be |
Remarks
Only data sources that send point geometries are supported.
Applies to
Platforms and versions
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 |