public interface PointFeature
| Modifier and Type | Method and Description |
|---|---|
StructureData |
getData()
The actual data of this observation.
|
EarthLocation |
getLocation()
Location of this observation
|
double |
getNominalTime()
Nominal time of this observation.
|
java.util.Date |
getNominalTimeAsDate()
Nominal time of this observation, as a Date.
|
double |
getObservationTime()
Actual time of this observation.
|
java.util.Date |
getObservationTimeAsDate()
Actual time of this observation, as a Date.
|
DateUnit |
getTimeUnit()
Get the time unit of the time coordinate.
|
EarthLocation getLocation()
double getObservationTime()
java.util.Date getObservationTimeAsDate()
double getNominalTime()
java.util.Date getNominalTimeAsDate()
DateUnit getTimeUnit()
StructureData getData() throws java.io.IOException
java.io.IOException - on i/o error