|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.metdata.StationOb
public class StationOb
A 'raw' observation which occured at a Station at a given time.
This is used to implement METAR, SAO, and other such Observation classes.
| Field Summary | |
|---|---|
protected Ensemble |
ensemble
data |
| Constructor Summary | |
|---|---|
StationOb(Station stn,
Timestamp timestamp,
Ensemble ens)
Create a new StationOb |
|
| Method Summary | |
|---|---|
Ensemble |
getEnsemble()
Get the Ensemble of data. |
Station |
getStation()
Get the station for this ob |
String |
getStationIdentifier()
Get the station identifier. |
Timestamp |
getTimestamp()
Get the time of this observation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Ensemble ensemble
| Constructor Detail |
|---|
public StationOb(Station stn,
Timestamp timestamp,
Ensemble ens)
stn - Station informationtimestamp - time stampens - Ensemble of data| Method Detail |
|---|
public Ensemble getEnsemble()
Ensemble of data.
public Station getStation()
public String getStationIdentifier()
public Timestamp getTimestamp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||