ucar.nc2.ft.point.standard
Class StandardSectionCollectionImpl
java.lang.Object
ucar.nc2.ft.point.MultipleNestedPointCollectionImpl
ucar.nc2.ft.point.SectionCollectionImpl
ucar.nc2.ft.point.standard.StandardSectionCollectionImpl
- All Implemented Interfaces:
- FeatureCollection, NestedPointFeatureCollection, SectionFeatureCollection
public class StandardSectionCollectionImpl
- extends SectionCollectionImpl
Nested Table implementation of SectionCollection.
a collection of section features
- Since:
- Oct 22, 2009
- Author:
- caron
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getNestedPointFeatureCollectionIterator
public NestedPointFeatureCollectionIterator getNestedPointFeatureCollectionIterator(int bufferSize)
throws IOException
- Description copied from interface:
NestedPointFeatureCollection
- Iterate through the collection, composed of NestedPointFeatureCollection. Use this only if isMultipleNested() = true.
- Parameters:
bufferSize
- how many bytes can be used to buffer data, use -1 to use default.
- Returns:
- an iterator through NestedPointFeatureCollection objects.
- Throws:
IOException
- on read error
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.