|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.metdata.StationOb
ucar.unidata.metdata.Metar
public class Metar
Abstraction for surface observations. TODO: push exceptions back down to decoder decoder uses ByteString directly.
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.metdata.StationOb |
|---|
ensemble |
| Constructor Summary | |
|---|---|
Metar(Station stn,
Timestamp timestamp,
Ensemble ensemble,
ByteString text,
WMOHeader wmoHeader)
Create a new Metar |
|
| Method Summary | |
|---|---|
StringBuffer |
format(StringBuffer buf)
Format this Metar for toString() |
Value |
getAltimeterSetting()
Get the Altimeter setting for this metar |
Value |
getCeiling()
Get the ceiling value |
Value |
getDewPoint()
Get the dewpoint value. |
Value |
getSkyCoverage()
Get the sky coverage |
Value |
getTemperature()
Get the temperature |
ByteString |
getText()
Get the raw METAR text |
Value |
getVerticalVisibility()
Get the vertical visibility value |
Value |
getWindDirection()
Get the wind direction. |
Value |
getWindSpeed()
Get the wind speed. |
String |
toString()
Return a formatted string representation for this Metar. |
| Methods inherited from class ucar.unidata.metdata.StationOb |
|---|
getEnsemble, getStation, getStationIdentifier, getTimestamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Metar(Station stn,
Timestamp timestamp,
Ensemble ensemble,
ByteString text,
WMOHeader wmoHeader)
stn - the Stationtimestamp - the timeensemble - the decoded valuestext - the raw textwmoHeader - the WMO header| Method Detail |
|---|
public ByteString getText()
public Value getAltimeterSetting()
public Value getCeiling()
public Value getDewPoint()
public Value getSkyCoverage()
public Value getTemperature()
public Value getVerticalVisibility()
public Value getWindDirection()
public Value getWindSpeed()
public StringBuffer format(StringBuffer buf)
buf - buffer for output format
buf with formatted infopublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||