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.
|
CalendarDate |
getNominalTimeAsCalendarDate()
Nominal time of this observation, as a Date.
|
Date |
getNominalTimeAsDate()
Deprecated.
use getNominalTimeAsCalendarDate()
|
double |
getObservationTime()
Actual time of this observation.
|
CalendarDate |
getObservationTimeAsCalendarDate()
Actual time of this observation, as a Date.
|
Date |
getObservationTimeAsDate()
Deprecated.
use getObservationTimeAsCalendarDate()
|
DateUnit |
getTimeUnit()
Get the time unit of the time coordinate.
|
EarthLocation getLocation()
double getObservationTime()
Date getObservationTimeAsDate()
CalendarDate getObservationTimeAsCalendarDate()
double getNominalTime()
Date getNominalTimeAsDate()
CalendarDate getNominalTimeAsCalendarDate()
DateUnit getTimeUnit()
StructureData getData() throws IOException
IOException
- on i/o errorCopyright © 1999–2014 UCAR/Unidata. All rights reserved.