public class DapperDataset.SeqStationObs extends StationObsDatatypeImpl
| Modifier and Type | Field and Description |
|---|---|
protected ucar.ma2.StructureData |
sdata |
stationlocation, nomTime, obsTime| Constructor and Description |
|---|
SeqStationObs(ucar.unidata.geoloc.Station s,
double obsTime,
ucar.ma2.StructureData sdata)
Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
|
| Modifier and Type | Method and Description |
|---|---|
ucar.ma2.StructureData |
getData()
The actual data of the observation.
|
Date |
getNominalTimeAsDate()
Nominal time of the observation, as a Date.
|
Date |
getObservationTimeAsDate()
Actual time of the observation, as a Date.
|
getStationcompareTo, getLocation, getNominalTime, getObservationTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocation, getNominalTime, getObservationTimecompareTopublic SeqStationObs(ucar.unidata.geoloc.Station s,
double obsTime,
ucar.ma2.StructureData sdata)
sdata - the structure datapublic Date getNominalTimeAsDate()
PointObsDatatypepublic Date getObservationTimeAsDate()
PointObsDatatypepublic ucar.ma2.StructureData getData()
throws IOException
PointObsDatatypeIOException - on io error