ucar.nc2.ft.point.standard
Class StandardPointFeatureIterator
java.lang.Object
ucar.nc2.ft.point.PointIteratorAbstract
ucar.nc2.ft.point.PointIteratorFromStructureData
ucar.nc2.ft.point.standard.StandardPointFeatureIterator
- All Implemented Interfaces:
- PointFeatureIterator
public class StandardPointFeatureIterator
- extends PointIteratorFromStructureData
A PointFeatureIterator which uses a NestedTable to implement makeFeature().
- Since:
- Mar 29, 2008
- Author:
- caron
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ft
protected NestedTable ft
timeUnit
protected DateUnit timeUnit
cursor
protected Cursor cursor
makeFeature
protected PointFeature makeFeature(int recnum,
StructureData sdata)
throws IOException
- Specified by:
makeFeature
in class PointIteratorFromStructureData
- Throws:
IOException
isMissing
protected boolean isMissing()
throws IOException
- Throws:
IOException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.