public class DapperDataset.SeqStationObs extends StationObsDatatypeImpl
Modifier and Type | Field and Description |
---|---|
protected StructureData |
sdata |
station
location, nomTime, obsTime
Constructor and Description |
---|
SeqStationObs(Station s,
double obsTime,
StructureData sdata)
Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
|
Modifier and Type | Method and Description |
---|---|
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.
|
getStation
compareTo, getLocation, getNominalTime, getObservationTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation, getNominalTime, getObservationTime
protected StructureData sdata
public SeqStationObs(Station s, double obsTime, StructureData sdata)
sdata
- the structure datapublic java.util.Date getNominalTimeAsDate()
PointObsDatatype
public java.util.Date getObservationTimeAsDate()
PointObsDatatype
public StructureData getData() throws java.io.IOException
PointObsDatatype
java.io.IOException
- on io error