public interface TrajectoryFeature extends PointFeatureCollection
| Modifier and Type | Method and Description |
|---|---|
LatLonRect |
getBoundingBox()
BoundingBox for the trajectory.
|
DateRange |
getDateRange()
DateRange for the points along the trajectory.
|
int |
size()
The number of points along the trajectory.
|
calcBounds, finish, getPointFeatureIterator, hasNext, next, resetIteration, setBoundingBox, setDateRange, setSize, subsetgetCollectionFeatureType, getNameint size()
size in interface PointFeatureCollectionDateRange getDateRange()
getDateRange in interface PointFeatureCollectionLatLonRect getBoundingBox()
getBoundingBox in interface PointFeatureCollection