public class DapperDataset.SeqStationObs extends StationObsDatatypeImpl
| Modifier and Type | Field and Description |
|---|---|
protected StructureData |
sdata |
stationlocation, 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.
|
getStationcompareTo, getLocation, getNominalTime, getObservationTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocation, getNominalTime, getObservationTimeprotected StructureData sdata
public SeqStationObs(Station s, double obsTime, StructureData sdata)
sdata - the structure datapublic java.util.Date getNominalTimeAsDate()
PointObsDatatypepublic java.util.Date getObservationTimeAsDate()
PointObsDatatypepublic StructureData getData() throws java.io.IOException
PointObsDatatypejava.io.IOException - on io error