Package ucar.nc2.ft.point
Class PointFeatureCCImpl
- java.lang.Object
-
- ucar.nc2.ft.point.DsgCollectionImpl
-
- ucar.nc2.ft.point.PointFeatureCCImpl
-
- All Implemented Interfaces:
DsgFeatureCollection
,PointFeatureCC
- Direct Known Subclasses:
SectionFeatureImpl
,StandardProfileCollectionImpl
,StandardTrajectoryCollectionImpl
,StationProfileFeatureImpl
,StationTimeSeriesCollectionImpl
public abstract class PointFeatureCCImpl extends DsgCollectionImpl implements PointFeatureCC
Abstract superclass for singly nested NestedPointFeatureCollection, such as Station, Profile, and Trajectory. Subclass must supply getPointFeatureCollectionIterator()- Since:
- Mar 20, 2008
-
-
Field Summary
Fields Modifier and Type Field Description protected FeatureType
collectionFeatureType
-
Constructor Summary
Constructors Modifier Constructor Description protected
PointFeatureCCImpl(String name, List<CoordinateAxis> coords, FeatureType collectionFeatureType)
protected
PointFeatureCCImpl(String name, CalendarDateUnit timeUnit, String altUnits, FeatureType collectionFeatureType)
-
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.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, getBoundingBox, getCalendarDateRange, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit, size
-
Methods inherited from interface ucar.nc2.ft.PointFeatureCC
getCollectionIterator
-
-
-
-
Field Detail
-
collectionFeatureType
protected FeatureType collectionFeatureType
-
-
Constructor Detail
-
PointFeatureCCImpl
protected PointFeatureCCImpl(String name, CalendarDateUnit timeUnit, String altUnits, FeatureType collectionFeatureType)
-
PointFeatureCCImpl
protected PointFeatureCCImpl(String name, List<CoordinateAxis> coords, FeatureType collectionFeatureType)
-
-
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
- Returns:
- the feature type
-
-