public class DapperDataset.SeqPointObs extends PointObsDatatypeImpl
| Modifier and Type | Field and Description |
|---|---|
protected LatLonPointImpl |
llpt |
protected int |
recno |
protected StructureData |
sdata |
location, nomTime, obsTime| Modifier | Constructor and Description |
|---|---|
protected |
DapperDataset.SeqPointObs(EarthLocation location,
double obsTime,
double nomTime,
int recno)
Constructor for the case where you keep track of the location, time of each record, but not the data.
|
|
DapperDataset.SeqPointObs(int recno,
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() |
LatLonPoint |
getLatLon() |
Date |
getNominalTimeAsDate() |
Date |
getObservationTimeAsDate() |
compareTo, getLocation, getNominalTime, getObservationTimeprotected int recno
protected LatLonPointImpl llpt
protected StructureData sdata
protected DapperDataset.SeqPointObs(EarthLocation location, double obsTime, double nomTime, int recno)
public DapperDataset.SeqPointObs(int recno,
StructureData sdata)
recno - record number LOOK why do we need ??sdata - the structure datapublic LatLonPoint getLatLon()
public Date getNominalTimeAsDate()
public Date getObservationTimeAsDate()
public StructureData getData() throws IOException
IOExceptionCopyright © 1999–2014 OPeNDAP. All rights reserved.