Package ucar.nc2.ft
Interface PointFeatureCCC
-
- All Superinterfaces:
DsgFeatureCollection
- All Known Subinterfaces:
StationProfileFeatureCollection
,TrajectoryProfileFeatureCollection
- All Known Implementing Classes:
PointFeatureCCCImpl
,SectionCollectionImpl
,StandardSectionCollectionImpl
,StandardStationProfileCollectionImpl
,StationProfileCollectionImpl
public interface PointFeatureCCC extends DsgFeatureCollection
Double nested PointFeatureCollection- Since:
- 9/23/2015.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IOIterator<PointFeatureCC>
getCollectionIterator()
General way to handle iterations on all classes that implement this interface.-
Methods inherited from interface ucar.nc2.ft.DsgFeatureCollection
getAltName, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit, size
-
-
-
-
Method Detail
-
getCollectionIterator
IOIterator<PointFeatureCC> getCollectionIterator() throws IOException
General way to handle iterations on all classes that implement this interface. Generally, use class specific foreach- Returns:
- Iterator over PointFeatureCC which may throw an IOException
- Throws:
IOException
-
-