Package | Description |
---|---|
ucar.unidata.metdata |
Meteorological data classes.
|
ucar.unidata.util |
General utilities.
|
Modifier and Type | Method and Description |
---|---|
Timestamp |
WMOHeader.getTimestamp()
Get the timestamp
|
Timestamp |
StationOb.getTimestamp()
Get the time of this observation.
|
Constructor and Description |
---|
Metar(Station stn,
Timestamp timestamp,
Ensemble ensemble,
ByteString text,
WMOHeader wmoHeader)
Create a new Metar
|
StationOb(Station stn,
Timestamp timestamp,
Ensemble ens)
Create a new StationOb
|
WMOHeader(ByteString.Concrete src,
ByteString.TrSubString TTAA,
byte ii,
ByteString.SubString CCCC,
Timestamp ts)
Create a new WMOHeader
|
Modifier and Type | Field and Description |
---|---|
static Timestamp |
Timestamp.NONE
_more_
|
Modifier and Type | Method and Description |
---|---|
static Timestamp |
TimestampFormat.computeTimestamp(java.lang.String ddhhmm,
Timestamp ref)
Given a time string and a time reference, compute
the time the string represents.
|
Timestamp |
UTCCalendar.getTimestamp()
_more_
|
Timestamp |
TimestampFormat.parse(java.lang.String source)
_more_
|
Timestamp |
TimestampFormat.parse(java.lang.String source,
java.text.ParsePosition status)
Parses a string to produce a Timestamp.
|
Modifier and Type | Method and Description |
---|---|
int |
Timestamp.compareTo(Timestamp ts)
_more_
|
static Timestamp |
TimestampFormat.computeTimestamp(java.lang.String ddhhmm,
Timestamp ref)
Given a time string and a time reference, compute
the time the string represents.
|
java.lang.StringBuffer |
TimestampFormat.format(Timestamp ts,
java.lang.StringBuffer buf,
java.text.FieldPosition fp)
Formats an Timestamp to produce a string.
|
static java.lang.String |
TimestampFormat.isoformat(Timestamp ts)
_more_
|
static java.lang.StringBuffer |
TimestampFormat.isoformat(Timestamp ts,
java.lang.StringBuffer buf,
java.text.FieldPosition fp)
Formats an Timestamp to produce a string.
|
void |
UTCCalendar.setTime(Timestamp ts)
_more_
|