public interface ObservationRetriever
| Modifier and Type | Method and Description |
|---|---|
List<ObservationCollection> |
getObservationCollection(SosSensor sensor,
com.axiomalaska.phenomena.Phenomenon phenomenon,
org.joda.time.DateTime startDate)
Provides observations (from the startDate to current) for a specific
phenomenon and sensor.
|
List<ObservationCollection> getObservationCollection(SosSensor sensor, com.axiomalaska.phenomena.Phenomenon phenomenon, org.joda.time.DateTime startDate)
sensor - - the associated sensor of the requested observationsphenomenon - - the measured phenomenon (observed property) of the requested observationsstartDate - - all observations returned should be older than this dateCopyright © 2014. All Rights Reserved.