public interface PointObsDatatype
Modifier and Type | Method and Description |
---|---|
StructureData |
getData()
Deprecated.
The actual data of the observation.
|
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()
EarthLocation getLocation()
StructureData getData() throws java.io.IOException
java.io.IOException
- on io error