public abstract class PointIteratorMultidim extends Object implements PointFeatureIterator
PointFeatureIterator.Filter| Constructor and Description |
|---|
PointIteratorMultidim(String name,
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseforEachRemaining, removepublic PointIteratorMultidim(String name, List<Variable> vars, int outerIndex, PointFeatureIterator.Filter filter)
protected abstract PointFeature makeFeature(int recnum, StructureData sdata)
public boolean hasNext()
PointFeatureIterator
Since this iterator may be used in a for-each statement, implementations should close it the first
time this method returns false, as it may not get closed otherwise.
hasNext in interface Iterator<PointFeature>hasNext in interface PointFeatureIteratorpublic PointFeature next()
PointFeatureIteratornext in interface Iterator<PointFeature>next in interface PointFeatureIterator