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.
|
java.util.Date |
getNominalTimeAsDate()
Nominal time of the observation, as a Date.
|
java.util.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, getObservationTimepublic SeqStationObs(ucar.unidata.geoloc.Station s,
double obsTime,
ucar.ma2.StructureData sdata)
sdata - the structure datapublic java.util.Date getNominalTimeAsDate()
PointObsDatatypepublic java.util.Date getObservationTimeAsDate()
PointObsDatatypepublic ucar.ma2.StructureData getData()
throws java.io.IOException
PointObsDatatypejava.io.IOException - on io error