Package ucar.nc2.ft.point
Class TrajectoryFeatureImpl
- java.lang.Object
-
- ucar.nc2.ft.point.DsgCollectionImpl
-
- ucar.nc2.ft.point.PointCollectionImpl
-
- ucar.nc2.ft.point.TrajectoryFeatureImpl
-
- All Implemented Interfaces:
Iterable<PointFeature>,DsgFeatureCollection,PointFeatureCollection,TrajectoryFeature
public abstract class TrajectoryFeatureImpl extends PointCollectionImpl implements TrajectoryFeature
Implementation of TrajectoryFeature- Since:
- Mar 26, 2008
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.ft.point.PointCollectionImpl
PointCollectionImpl.PointCollectionSubset
-
-
Field Summary
-
Fields inherited from class ucar.nc2.ft.point.PointCollectionImpl
localIterator
-
-
Constructor Summary
Constructors Constructor Description TrajectoryFeatureImpl(String name, CalendarDateUnit timeUnit, String altUnits, int nfeatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureTypegetCollectionFeatureType()All features in this collection have this feature type-
Methods inherited from class ucar.nc2.ft.point.PointCollectionImpl
finish, hasNext, iterator, next, resetIteration, subset
-
Methods inherited from class ucar.nc2.ft.point.DsgCollectionImpl
getAltUnits, getBoundingBox, getCalendarDateRange, getExtraVariables, getInfo, getName, getNobs, getTimeUnit, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ucar.nc2.ft.DsgFeatureCollection
getAltUnits, getExtraVariables, getName, getTimeUnit
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface ucar.nc2.ft.PointFeatureCollection
finish, getPointFeatureIterator, hasNext, next, resetIteration, subset
-
Methods inherited from interface ucar.nc2.ft.TrajectoryFeature
getBoundingBox, getCalendarDateRange, getFeatureData, size
-
-
-
-
Constructor Detail
-
TrajectoryFeatureImpl
public TrajectoryFeatureImpl(String name, CalendarDateUnit timeUnit, String altUnits, int nfeatures)
-
-
Method Detail
-
getCollectionFeatureType
@Nonnull public FeatureType getCollectionFeatureType()
Description copied from interface:DsgFeatureCollectionAll features in this collection have this feature type- Specified by:
getCollectionFeatureTypein interfaceDsgFeatureCollection- Overrides:
getCollectionFeatureTypein classPointCollectionImpl- Returns:
- the feature type
-
-