public abstract class PointIteratorMultidim extends java.lang.Object implements PointFeatureIterator
PointFeatureIterator.Filter| Constructor and Description |
|---|
PointIteratorMultidim(java.lang.String name,
java.util.List<Variable> vars,
int outerIndex,
PointFeatureIterator.Filter filter) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinish, getBoundingBox, getCalendarDateRange, getCount, getDateRange, setCalculateBoundspublic PointIteratorMultidim(java.lang.String name,
java.util.List<Variable> vars,
int outerIndex,
PointFeatureIterator.Filter filter)
protected abstract PointFeature makeFeature(int recnum, StructureData sdata) throws java.io.IOException
java.io.IOExceptionpublic boolean hasNext()
throws java.io.IOException
PointFeatureIteratorhasNext in interface PointFeatureIteratorjava.io.IOException - on i/o errorpublic PointFeature next() throws java.io.IOException
PointFeatureIteratornext in interface PointFeatureIteratorjava.io.IOException - on i/o errorpublic void setBufferSize(int bytes)
PointFeatureIteratorsetBufferSize in interface PointFeatureIteratorbytes - amount of memory in bytes