public class FeatureSetIRecordsetIterator
extends java.lang.Object
implements es.unex.sextante.dataObjects.IRecordsetIterator
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
es.unex.sextante.dataObjects.IRecord |
next() |
public boolean hasNext()
hasNext in interface es.unex.sextante.dataObjects.IRecordsetIteratorpublic es.unex.sextante.dataObjects.IRecord next()
next in interface es.unex.sextante.dataObjects.IRecordsetIteratorpublic void close()
close in interface es.unex.sextante.dataObjects.IRecordsetIterator