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, wait
finish, getBoundingBox, getCalendarDateRange, getCount, getDateRange, setCalculateBounds
public 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.IOException
public boolean hasNext() throws java.io.IOException
PointFeatureIterator
hasNext
in interface PointFeatureIterator
java.io.IOException
- on i/o errorpublic PointFeature next() throws java.io.IOException
PointFeatureIterator
next
in interface PointFeatureIterator
java.io.IOException
- on i/o errorpublic void setBufferSize(int bytes)
PointFeatureIterator
setBufferSize
in interface PointFeatureIterator
bytes
- amount of memory in bytes