Package ucar.nc2.ft.point.standard
Class StandardSectionCollectionImpl
- java.lang.Object
-
- ucar.nc2.ft.point.DsgCollectionImpl
-
- ucar.nc2.ft.point.PointFeatureCCCImpl
-
- ucar.nc2.ft.point.SectionCollectionImpl
-
- ucar.nc2.ft.point.standard.StandardSectionCollectionImpl
-
- All Implemented Interfaces:
Iterable<TrajectoryProfileFeature>
,DsgFeatureCollection
,PointFeatureCCC
,TrajectoryProfileFeatureCollection
public class StandardSectionCollectionImpl extends SectionCollectionImpl
Nested Table implementation of SectionCollection. a collection of section features- Since:
- Oct 22, 2009
-
-
Field Summary
-
Fields inherited from class ucar.nc2.ft.point.SectionCollectionImpl
localIterator
-
Fields inherited from class ucar.nc2.ft.point.PointFeatureCCCImpl
collectionFeatureType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOIterator<PointFeatureCC>
getCollectionIterator()
General way to handle iterations on all classes that implement this interface.PointFeatureCCIterator
getNestedPointFeatureCollectionIterator()
Iterator<TrajectoryProfileFeature>
iterator()
-
Methods inherited from class ucar.nc2.ft.point.SectionCollectionImpl
hasNext, next, resetIteration
-
Methods inherited from class ucar.nc2.ft.point.PointFeatureCCCImpl
getCollectionFeatureType
-
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, getCollectionFeatureType, getCoordinateVariables, getExtraVariables, getName, getTimeName, getTimeUnit, size
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<TrajectoryProfileFeature> iterator()
-
getCollectionIterator
public IOIterator<PointFeatureCC> getCollectionIterator() throws IOException
Description copied from interface:PointFeatureCCC
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
-
getNestedPointFeatureCollectionIterator
public PointFeatureCCIterator getNestedPointFeatureCollectionIterator() throws IOException
- Throws:
IOException
-
-