|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SosStation | |
|---|---|
| com.axiomalaska.sos | |
| com.axiomalaska.sos.data | |
| com.axiomalaska.sos.example | |
| com.axiomalaska.sos.tools | |
| com.axiomalaska.sos.xmlbuilder | |
| Uses of SosStation in com.axiomalaska.sos |
|---|
| Methods in com.axiomalaska.sos that return types with arguments of type SosStation | |
|---|---|
java.util.List<SosStation> |
StationRetriever.getStations()
|
| Methods in com.axiomalaska.sos with parameters of type SosStation | |
|---|---|
ObservationCollection |
ObservationRetriever.getObservationCollection(SosStation station,
SosSensor sensor,
SosPhenomenon phenomenon,
java.util.Calendar startDate)
Provides observations (from the startDate to current) for a specific phenomenon and station. |
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. |
| Method parameters in com.axiomalaska.sos with type arguments of type SosStation | |
|---|---|
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. |
| Uses of SosStation in com.axiomalaska.sos.data |
|---|
| Classes in com.axiomalaska.sos.data that implement SosStation | |
|---|---|
class |
SosStationImp
|
| Methods in com.axiomalaska.sos.data that return SosStation | |
|---|---|
SosStation |
ObservationCollection.getStation()
The associated station to the observations |
| Methods in com.axiomalaska.sos.data with parameters of type SosStation | |
|---|---|
void |
ObservationCollection.setStation(SosStation station)
|
| Uses of SosStation in com.axiomalaska.sos.example |
|---|
| Methods in com.axiomalaska.sos.example that return types with arguments of type SosStation | |
|---|---|
java.util.List<SosStation> |
CnfaicStationRetriever.getStations()
|
| Methods in com.axiomalaska.sos.example with parameters of type SosStation | |
|---|---|
ObservationCollection |
CnfaicObservationRetriever.getObservationCollection(SosStation station,
SosSensor sensor,
SosPhenomenon phenomenon,
java.util.Calendar startDate)
|
| Uses of SosStation in com.axiomalaska.sos.tools |
|---|
| Methods in com.axiomalaska.sos.tools with parameters of type SosStation | |
|---|---|
java.lang.String |
IdCreator.createFeatureOfInterestId(SosStation station,
SosSensor sensor)
|
java.lang.String |
IdCreator.createFeatureOfInterestId(SosStation station,
SosSensor sensor,
Location location)
|
java.lang.String |
IdCreator.createFeatureOfInterestName(SosStation station,
SosSensor sensor)
|
java.lang.String |
IdCreator.createSensorId(SosStation station,
SosSensor sensor)
|
java.lang.String |
IdCreator.createStationId(SosStation station)
|
| Uses of SosStation in com.axiomalaska.sos.xmlbuilder |
|---|
| Constructors in com.axiomalaska.sos.xmlbuilder with parameters of type SosStation | |
|---|---|
GetNewestObservationBuilder(SosStation station,
SosSensor sensor,
SosPhenomenon phenomenon,
IdCreator idCreator)
|
|
InsertObservationBuilder(SosStation station,
SosSensor sensor,
SosPhenomenon phenomenon,
ObservationCollection observationCollection,
IdCreator idCreator)
|
|
SensorRegisterSensorBuilder(SosStation station,
SosSensor sensor,
IdCreator idCreator)
|
|
StationRegisterSensorBuilder(SosStation station,
IdCreator idCreator,
PublisherInfo publisherInfo)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||