Package ucar.unidata.metdata
Class StationOb
java.lang.Object
ucar.unidata.metdata.StationOb
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Metar
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet theEnsemble
of data.Get the station for this obGet the station identifier.Get the time of this observation.
-
Field Details
-
ensemble
data
-
-
Constructor Details
-
StationOb
Create a new StationOb- Parameters:
stn
- Station informationtimestamp
- time stampens
- Ensemble of data
-
-
Method Details
-
getEnsemble
Get theEnsemble
of data.- Returns:
- the data
-
getStation
Get the station for this ob- Returns:
- the station
-
getStationIdentifier
Get the station identifier.- Returns:
- station ID
-
getTimestamp
Get the time of this observation.- Returns:
- timestamp
-