public interface PointFeature
Modifier and Type | Method and Description |
---|---|
StructureData |
getDataAll()
All the data of this observation, joined with data from all parent features.
|
DsgFeatureCollection |
getFeatureCollection()
Get the containing DsgFeatureCollection
|
StructureData |
getFeatureData()
The actual data of just this PointFeature.
|
EarthLocation |
getLocation()
Location of this observation
|
double |
getNominalTime()
Nominal time of this observation.
|
CalendarDate |
getNominalTimeAsCalendarDate()
Nominal time of this observation, as a CalendarDate.
|
double |
getObservationTime()
Actual time of this observation.
|
CalendarDate |
getObservationTimeAsCalendarDate()
Actual time of this observation, as a CalendarDate.
|
@Nonnull EarthLocation getLocation()
double getObservationTime()
@Nonnull CalendarDate getObservationTimeAsCalendarDate()
double getNominalTime()
@Nonnull CalendarDate getNominalTimeAsCalendarDate()
@Nonnull StructureData getFeatureData() throws java.io.IOException
java.io.IOException
@Nonnull StructureData getDataAll() throws java.io.IOException
java.io.IOException
@Nonnull DsgFeatureCollection getFeatureCollection()