New Observation
data class NewObservation(val geometry: Geometry?, val attributes: Map<String, Any?>) : CustomDynamicEntityDataSource.FeedEvent
Adds or updates the newly-received observation data in the data source store.
Since
200.2.0
Parameters
geometry
geometry of the associated observation, or null if the observation is not spatial
attributes
attributes of the associated observation