com.axiomalaska.sos.example
Class CnfaicObservationRetriever

java.lang.Object
  extended by com.axiomalaska.sos.example.CnfaicObservationRetriever
All Implemented Interfaces:
ObservationRetriever

public class CnfaicObservationRetriever
extends java.lang.Object
implements ObservationRetriever


Constructor Summary
CnfaicObservationRetriever()
           
 
Method Summary
 ObservationCollection getObservationCollection(SosStation station, SosSensor sensor, SosPhenomenon phenomenon, java.util.Calendar startDate)
          Provides observations (from the startDate to current) for a specific phenomenon and station.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CnfaicObservationRetriever

public CnfaicObservationRetriever()
Method Detail

getObservationCollection

public ObservationCollection getObservationCollection(SosStation station,
                                                      SosSensor sensor,
                                                      SosPhenomenon phenomenon,
                                                      java.util.Calendar startDate)
Description copied from interface: ObservationRetriever
Provides observations (from the startDate to current) for a specific phenomenon and station.

Specified by:
getObservationCollection in interface ObservationRetriever
Parameters:
station - - the associated station of the requested observations
sensor - - the associated sensor of the requested observations
startDate - - all observations returned should be older than this date
Returns:
a ObservationCollection with observations or null if no observation were found


Copyright © 2012. All Rights Reserved.