public abstract class PointIteratorFromStructureData extends PointIteratorAbstract
PointIteratorAbstract.FiltercalcBounds, collection| Constructor and Description |
|---|
PointIteratorFromStructureData(StructureDataIterator structIter,
PointIteratorAbstract.Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish()
Make sure that the iterator is complete, and recover resources.
|
boolean |
hasNext()
Check if another PointFeature is available
|
protected abstract PointFeature |
makeFeature(int recnum,
StructureData sdata) |
PointFeature |
next()
Returns the next PointFeature.
|
void |
setBufferSize(int bytes)
Hint to use this much memory in buffering the iteration.
|
calcBounds, finishCalcBounds, getBoundingBox, getCalendarDateRange, getCount, getDateRange, setCalculateBoundspublic PointIteratorFromStructureData(StructureDataIterator structIter, PointIteratorAbstract.Filter filter) throws IOException
IOExceptionprotected abstract PointFeature makeFeature(int recnum, StructureData sdata) throws IOException
IOExceptionpublic boolean hasNext()
throws IOException
PointFeatureIteratorIOException - on i/o errorpublic PointFeature next() throws IOException
PointFeatureIteratorIOException - on i/o errorpublic void setBufferSize(int bytes)
PointFeatureIteratorbytes - amount of memory in bytespublic void finish()
PointFeatureIteratorCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.