Class StationOb

java.lang.Object
ucar.unidata.metdata.StationOb
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Metar

public class StationOb extends Object implements Serializable
A 'raw' observation which occured at a Station at a given time.

This is used to implement METAR, SAO, and other such Observation classes.

Version:
$Revision: 1.8 $ $Date: 2005/05/13 18:31:31 $
Author:
$Author: jeffmc $
See Also:
  • Field Details

    • ensemble

      protected final Ensemble ensemble
      data
  • Constructor Details

    • StationOb

      public StationOb(Station stn, Timestamp timestamp, Ensemble ens)
      Create a new StationOb
      Parameters:
      stn - Station information
      timestamp - time stamp
      ens - Ensemble of data
  • Method Details

    • getEnsemble

      public Ensemble getEnsemble()
      Get the Ensemble of data.
      Returns:
      the data
    • getStation

      public Station getStation()
      Get the station for this ob
      Returns:
      the station
    • getStationIdentifier

      public String getStationIdentifier()
      Get the station identifier.
      Returns:
      station ID
    • getTimestamp

      public Timestamp getTimestamp()
      Get the time of this observation.
      Returns:
      timestamp