public interface PointObsDatatype
| Modifier and Type | Method and Description |
|---|---|
ucar.ma2.StructureData |
getData()
Deprecated.
The actual data of the observation.
|
ucar.unidata.geoloc.EarthLocation |
getLocation()
Deprecated.
Location of the observation
|
double |
getNominalTime()
Deprecated.
Nominal time of the observation.
|
Date |
getNominalTimeAsDate()
Deprecated.
Nominal time of the observation, as a Date.
|
double |
getObservationTime()
Deprecated.
Actual time of the observation.
|
Date |
getObservationTimeAsDate()
Deprecated.
Actual time of the observation, as a Date.
|
double getNominalTime()
double getObservationTime()
Date getNominalTimeAsDate()
Date getObservationTimeAsDate()
ucar.unidata.geoloc.EarthLocation getLocation()
ucar.ma2.StructureData getData()
throws IOException
IOException - on io error