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.
|
java.util.Date |
getNominalTimeAsDate()
Deprecated.
use getNominalTimeAsCalendarDate()
|
double |
getObservationTime()
Actual time of this observation.
|
CalendarDate |
getObservationTimeAsCalendarDate()
Actual time of this observation, as a Date.
|
java.util.Date |
getObservationTimeAsDate()
Deprecated.
use getObservationTimeAsCalendarDate()
|
EarthLocation getLocation()
double getObservationTime()
java.util.Date getObservationTimeAsDate()
CalendarDate getObservationTimeAsCalendarDate()
double getNominalTime()
java.util.Date getNominalTimeAsDate()
CalendarDate getNominalTimeAsCalendarDate()
StructureData getFeatureData() throws java.io.IOException
java.io.IOException
- on i/o errorStructureData getDataAll() throws java.io.IOException
java.io.IOException
- on i/o errorStructureData getData() throws java.io.IOException
java.io.IOException