public interface PointObsDatatype
| Modifier and Type | Method and Description |
|---|---|
StructureData |
getData()
The actual data of the observation.
|
EarthLocation |
getLocation()
Location of the observation
|
double |
getNominalTime()
Nominal time of the observation.
|
Date |
getNominalTimeAsDate()
Nominal time of the observation, as a Date.
|
double |
getObservationTime()
Actual time of the observation.
|
Date |
getObservationTimeAsDate()
Actual time of the observation, as a Date.
|
double getNominalTime()
double getObservationTime()
Date getNominalTimeAsDate()
Date getObservationTimeAsDate()
EarthLocation getLocation()
StructureData getData() throws IOException
IOException - on io errorCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.