Uses of Class
ucar.unidata.util.Timestamp

Packages that use Timestamp
ucar.unidata.metdata Meteorological data classes. 
ucar.unidata.util General utilities. 
 

Uses of Timestamp in ucar.unidata.metdata
 

Methods in ucar.unidata.metdata that return Timestamp
 Timestamp WMOHeader.getTimestamp()
          Get the timestamp
 Timestamp StationOb.getTimestamp()
          Get the time of this observation.
 

Constructors in ucar.unidata.metdata with parameters of type Timestamp
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
 

Uses of Timestamp in ucar.unidata.util
 

Fields in ucar.unidata.util declared as Timestamp
static Timestamp Timestamp.NONE
          _more_
 

Methods in ucar.unidata.util that return Timestamp
static Timestamp TimestampFormat.computeTimestamp(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(String source)
          _more_
 Timestamp TimestampFormat.parse(String source, ParsePosition status)
          Parses a string to produce a Timestamp.
 

Methods in ucar.unidata.util with parameters of type Timestamp
 int Timestamp.compareTo(Timestamp ts)
          _more_
static Timestamp TimestampFormat.computeTimestamp(String ddhhmm, Timestamp ref)
          Given a time string and a time reference, compute the time the string represents.
 StringBuffer TimestampFormat.format(Timestamp ts, StringBuffer buf, FieldPosition fp)
          Formats an Timestamp to produce a string.
static String TimestampFormat.isoformat(Timestamp ts)
          _more_
static StringBuffer TimestampFormat.isoformat(Timestamp ts, StringBuffer buf, FieldPosition fp)
          Formats an Timestamp to produce a string.
 void UTCCalendar.setTime(Timestamp ts)
          _more_