public interface IObservationSubmitter
| Modifier and Type | Method and Description |
|---|---|
void |
update(SosSensor sensor,
com.axiomalaska.phenomena.Phenomenon phenomenon,
ObservationRetriever observationRetriever)
Pull: Update the observations of a station with a specific phenomenon in the SOS server.
|
void update(SosSensor sensor, com.axiomalaska.phenomena.Phenomenon phenomenon, ObservationRetriever observationRetriever) throws InvalidObservationCollectionException, ObservationRetrievalException, SosCommunicationException, com.axiomalaska.ioos.sos.exception.UnsupportedGeometryTypeException
sensor - - the sensor from which to pull observationsphenomenon - - the phenomenon for which to pull observationsobservationRetriever - - retrieves observations from the sensorInvalidObservationCollectionExceptionObservationRetrievalExceptionSosCommunicationExceptioncom.axiomalaska.ioos.sos.exception.UnsupportedGeometryTypeExceptionCopyright © 2016. All rights reserved.