public class RecordDatasetHelper.RecordStationObs extends RecordDatasetHelper.RecordPointObs implements StationObsDatatype
llpt, recno, sdatalocation, nomTime, obsTime| Modifier | Constructor and Description |
|---|---|
protected |
RecordStationObs(int recno,
ucar.ma2.StructureData sdata)
Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
|
protected |
RecordStationObs(ucar.unidata.geoloc.Station station,
double obsTime,
double nomTime,
int recno)
Constructor for the case where you keep track of the station, time of each record, but the data reading is
deferred.
|
protected |
RecordStationObs(ucar.unidata.geoloc.Station station,
double obsTime,
double nomTime,
ucar.ma2.StructureData sdata)
Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
|
protected |
RecordStationObs(ucar.unidata.geoloc.Station station,
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.
|
ucar.unidata.geoloc.Station |
getStation()
Station location of the observation
|
getLatLon, getNominalTimeAsDate, getObservationTimeAsDatecompareTo, getLocation, getNominalTime, getObservationTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocation, getNominalTime, getNominalTimeAsDate, getObservationTime, getObservationTimeAsDatecompareToprotected RecordStationObs(ucar.unidata.geoloc.Station station,
double obsTime,
double nomTime,
int recno)
station - data is for this StationobsTime - observation timenomTime - nominal time (may be NaN)recno - data is at this record numberprotected RecordStationObs(int recno,
ucar.ma2.StructureData sdata)
recno - record number LOOK why do we need ??sdata - the structure dataprotected RecordStationObs(ucar.unidata.geoloc.Station station,
double obsTime,
double nomTime,
ucar.ma2.StructureData sdata)
station - data is for this StationobsTime - observation timenomTime - nominal time (may be NaN)sdata - the structure dataprotected RecordStationObs(ucar.unidata.geoloc.Station station,
ucar.ma2.StructureData sdata)
station - data is for this Stationsdata - the structure datapublic ucar.unidata.geoloc.Station getStation()
StationObsDatatypegetStation in interface StationObsDatatypepublic ucar.ma2.StructureData getData()
throws IOException
PointObsDatatypegetData in interface PointObsDatatypegetData in class RecordDatasetHelper.RecordPointObsIOException - on io error