public class StationOb
extends java.lang.Object
implements java.io.Serializable
This is used to implement METAR, SAO, and other such Observation classes.
Constructor and Description |
---|
StationOb(Station stn,
Timestamp timestamp,
Ensemble ens)
Create a new StationOb
|
Modifier and Type | Method and Description |
---|---|
Ensemble |
getEnsemble()
Get the
Ensemble of data. |
Station |
getStation()
Get the station for this ob
|
java.lang.String |
getStationIdentifier()
Get the station identifier.
|
Timestamp |
getTimestamp()
Get the time of this observation.
|
protected final Ensemble ensemble
public Station getStation()
public java.lang.String getStationIdentifier()
public Timestamp getTimestamp()