Uses of Interface
com.axiomalaska.sos.data.SosSensor

Packages that use SosSensor
com.axiomalaska.sos   
com.axiomalaska.sos.data   
com.axiomalaska.sos.example   
com.axiomalaska.sos.tools   
com.axiomalaska.sos.xmlbuilder   
 

Uses of SosSensor in com.axiomalaska.sos
 

Methods in com.axiomalaska.sos with parameters of type SosSensor
 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, 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.
 

Uses of SosSensor in com.axiomalaska.sos.data
 

Classes in com.axiomalaska.sos.data that implement SosSensor
 class SosSensorImp
           
 

Methods in com.axiomalaska.sos.data that return SosSensor
 SosSensor ObservationCollection.getSensor()
          The sensor of the observations
 

Methods in com.axiomalaska.sos.data that return types with arguments of type SosSensor
 java.util.List<SosSensor> SosStationImp.getSensors()
          A list of phenomena that this station has readings for
 java.util.List<SosSensor> SosStation.getSensors()
          A list of phenomena that this station has readings for
 

Methods in com.axiomalaska.sos.data with parameters of type SosSensor
 void ObservationCollection.setSensor(SosSensor sensor)
           
 

Method parameters in com.axiomalaska.sos.data with type arguments of type SosSensor
 void SosStationImp.setSensors(java.util.List<SosSensor> sensors)
           
 

Uses of SosSensor in com.axiomalaska.sos.example
 

Methods in com.axiomalaska.sos.example with parameters of type SosSensor
 ObservationCollection CnfaicObservationRetriever.getObservationCollection(SosStation station, SosSensor sensor, SosPhenomenon phenomenon, java.util.Calendar startDate)
           
 

Uses of SosSensor in com.axiomalaska.sos.tools
 

Methods in com.axiomalaska.sos.tools with parameters of type SosSensor
 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)
           
 

Uses of SosSensor in com.axiomalaska.sos.xmlbuilder
 

Constructors in com.axiomalaska.sos.xmlbuilder with parameters of type SosSensor
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)
           
 



Copyright © 2012. All Rights Reserved.