public interface TrajectoryFeature extends PointFeatureCollection
Modifier and Type | Method and Description |
---|---|
LatLonRect |
getBoundingBox()
BoundingBox for the trajectory.
|
CalendarDateRange |
getCalendarDateRange()
DateRange for the points along the trajectory.
|
StructureData |
getFeatureData()
The actual data of just this Trajectory feature.
|
int |
size()
The number of points along the trajectory.
|
finish, getPointFeatureIterator, hasNext, next, resetIteration, subset
getAltName, getAltUnits, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit
int size()
size
in interface DsgFeatureCollection
CalendarDateRange getCalendarDateRange()
getCalendarDateRange
in interface DsgFeatureCollection
LatLonRect getBoundingBox()
getBoundingBox
in interface DsgFeatureCollection
@Nonnull StructureData getFeatureData() throws java.io.IOException
java.io.IOException