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, List<CoordinateAxis> coords, int nfeatures)
TrajectoryFeatureImpl(String name, CalendarDateUnit timeUnit, String altUnits, int nfeatures)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureType
getCollectionFeatureType()
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
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCoordinateVariables, getExtraVariables, getInfo, getName, getNobs, getTimeName, 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
getAltName, getAltUnits, getCoordinateVariables, getExtraVariables, getName, getTimeName, 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)
-
TrajectoryFeatureImpl
public TrajectoryFeatureImpl(String name, List<CoordinateAxis> coords, int nfeatures)
-
-
Method Detail
-
getCollectionFeatureType
@Nonnull public FeatureType getCollectionFeatureType()
Description copied from interface:DsgFeatureCollection
All features in this collection have this feature type- Specified by:
getCollectionFeatureType
in interfaceDsgFeatureCollection
- Overrides:
getCollectionFeatureType
in classPointCollectionImpl
- Returns:
- the feature type
-
-