|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.dt.point.PointObsDatatypeImpl
ucar.nc2.dt.point.StationObsDatatypeImpl
ucar.nc2.dt.point.DapperDataset.SeqStationObs
public class DapperDataset.SeqStationObs
| Field Summary | |
|---|---|
protected StructureData |
sdata
|
| Fields inherited from class ucar.nc2.dt.point.StationObsDatatypeImpl |
|---|
station |
| Fields inherited from class ucar.nc2.dt.point.PointObsDatatypeImpl |
|---|
location, nomTime, obsTime |
| Constructor Summary | |
|---|---|
DapperDataset.SeqStationObs(Station s,
double obsTime,
StructureData sdata)
Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class ucar.nc2.dt.point.StationObsDatatypeImpl |
|---|
getStation |
| Methods inherited from class ucar.nc2.dt.point.PointObsDatatypeImpl |
|---|
compareTo, getLocation, getNominalTime, getObservationTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ucar.nc2.dt.PointObsDatatype |
|---|
getLocation, getNominalTime, getObservationTime |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
protected StructureData sdata
| Constructor Detail |
|---|
public DapperDataset.SeqStationObs(Station s,
double obsTime,
StructureData sdata)
sdata - the structure data| Method Detail |
|---|
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||