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 |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |