|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObservationRetriever | |
|---|---|
| com.axiomalaska.sos | |
| com.axiomalaska.sos.example | |
| Uses of ObservationRetriever in com.axiomalaska.sos |
|---|
| Methods in com.axiomalaska.sos with parameters of type ObservationRetriever | |
|---|---|
void |
ObservationSubmitter.update(java.util.List<SosStation> stations,
ObservationRetriever observationRetriever,
PublisherInfo publisherInfo)
Pull: Update the SOS with observations pulled from the observationRetriever with the each station and its phenomena This code first checks if a station is already created in the SOS with a DescribeSensor call. |
void |
ObservationSubmitter.update(SosStation station,
ObservationRetriever observationRetriever,
PublisherInfo publisherInfo)
Pull: Update the SOS with observations pulled from the observationRetriever with the passed in station with all its phenomena This code first checks if a station is already created in the SOS with a DescribeSensor call. |
void |
ObservationSubmitter.update(SosStation station,
SosSensor sensor,
ObservationRetriever observationRetriever)
Pull: Update the observations of a station with a specific phenomenon in the SOS server. |
void |
ObservationSubmitter.update(SosStation station,
SosSensor sensor,
SosPhenomenon phenomenon,
ObservationRetriever observationRetriever)
Pull: Update the observations of a station with a specific phenomenon in the SOS server. |
| Constructors in com.axiomalaska.sos with parameters of type ObservationRetriever | |
|---|---|
ObservationUpdater(java.lang.String sosUrl,
org.apache.log4j.Logger logger,
StationRetriever stationRetriever,
PublisherInfo publisherInfo,
ObservationRetriever observationRetriever)
|
|
ObservationUpdater(java.lang.String sosUrl,
org.apache.log4j.Logger logger,
StationRetriever stationRetriever,
PublisherInfo publisherInfo,
ObservationRetriever observationRetriever,
java.lang.String name)
|
|
ObservationUpdater(java.lang.String sosUrl,
StationRetriever stationRetriever,
PublisherInfo publisherInfo,
ObservationRetriever observationRetriever)
|
|
| Uses of ObservationRetriever in com.axiomalaska.sos.example |
|---|
| Classes in com.axiomalaska.sos.example that implement ObservationRetriever | |
|---|---|
class |
CnfaicObservationRetriever
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||