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.
|
java.util.Date |
getNominalTimeAsDate()
Deprecated.
Nominal time of the observation, as a Date.
|
double |
getObservationTime()
Deprecated.
Actual time of the observation.
|
java.util.Date |
getObservationTimeAsDate()
Deprecated.
Actual time of the observation, as a Date.
|
double getNominalTime()
double getObservationTime()
java.util.Date getNominalTimeAsDate()
java.util.Date getObservationTimeAsDate()
ucar.unidata.geoloc.EarthLocation getLocation()
ucar.ma2.StructureData getData()
throws java.io.IOException
java.io.IOException - on io error