ucar.nc2.dt.point
Class RecordDatasetHelper.RecordPointObs
java.lang.Object
ucar.nc2.dt.point.PointObsDatatypeImpl
ucar.nc2.dt.point.RecordDatasetHelper.RecordPointObs
- All Implemented Interfaces:
- Comparable, PointObsDatatype
- Direct Known Subclasses:
- RecordDatasetHelper.RecordStationObs
- Enclosing class:
- RecordDatasetHelper
public class RecordDatasetHelper.RecordPointObs
- extends PointObsDatatypeImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
recno
protected int recno
llpt
protected LatLonPointImpl llpt
sdata
protected StructureData sdata
RecordDatasetHelper.RecordPointObs
protected RecordDatasetHelper.RecordPointObs()
RecordDatasetHelper.RecordPointObs
protected RecordDatasetHelper.RecordPointObs(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.
RecordDatasetHelper.RecordPointObs
public RecordDatasetHelper.RecordPointObs(int recno,
StructureData sdata)
- Constructor for when you already have the StructureData and want to wrap it in a StationObsDatatype
- Parameters:
recno
- record number LOOK why do we need ??sdata
- the structure data
getLatLon
public LatLonPoint getLatLon()
getNominalTimeAsDate
public Date getNominalTimeAsDate()
- Description copied from interface:
PointObsDatatype
- Nominal time of the observation, as a Date.
- Returns:
- nominal time of the observation as a Date
getObservationTimeAsDate
public Date getObservationTimeAsDate()
- Description copied from interface:
PointObsDatatype
- Actual time of the observation, as a Date.
- Returns:
- actual time of the observation as a Date
getData
public StructureData getData()
throws IOException
- Description copied from interface:
PointObsDatatype
- The actual data of the observation.
- Returns:
- the actual data of the observation.
- Throws:
IOException
- on io error
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.