Package ucar.nc2.ft.point
Class PointFeatureCCCImpl
- java.lang.Object
-
- ucar.nc2.ft.point.DsgCollectionImpl
-
- ucar.nc2.ft.point.PointFeatureCCCImpl
-
- All Implemented Interfaces:
DsgFeatureCollection
,PointFeatureCCC
- Direct Known Subclasses:
SectionCollectionImpl
,StationProfileCollectionImpl
public abstract class PointFeatureCCCImpl extends DsgCollectionImpl implements PointFeatureCCC
Abstract superclass for multiply nested NestedPointFeatureCollection Subclass must supply getNestedPointFeatureCollectionIterator().- Since:
- Mar 26, 2008
-
-
Field Summary
Fields Modifier and Type Field Description protected FeatureType
collectionFeatureType
-
Constructor Summary
Constructors Modifier Constructor Description protected
PointFeatureCCCImpl(String name, List<CoordinateAxis> coords, FeatureType collectionFeatureType)
protected
PointFeatureCCCImpl(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.PointFeatureCCC
getCollectionIterator
-
-
-
-
Field Detail
-
collectionFeatureType
protected FeatureType collectionFeatureType
-
-
Constructor Detail
-
PointFeatureCCCImpl
protected PointFeatureCCCImpl(String name, CalendarDateUnit timeUnit, String altUnits, FeatureType collectionFeatureType)
-
PointFeatureCCCImpl
protected PointFeatureCCCImpl(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
-
-