public interface PointFeature
Modifier and Type | Method and Description |
---|---|
StructureData |
getData()
Deprecated.
use getFeatureData() or getDataAll()
|
StructureData |
getDataAll()
All the data of this observation, joined with data from all parent Features, if any.
|
StructureData |
getFeatureData()
The actual data of just this feature.
|
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()
|
EarthLocation getLocation()
double getObservationTime()
Date getObservationTimeAsDate()
CalendarDate getObservationTimeAsCalendarDate()
double getNominalTime()
Date getNominalTimeAsDate()
CalendarDate getNominalTimeAsCalendarDate()
StructureData getFeatureData() throws IOException
IOException
- on i/o errorStructureData getDataAll() throws IOException
IOException
- on i/o errorStructureData getData() throws IOException
IOException
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.