public class CSVIterator extends Object implements Iterator<SimpleFeature>, Closeable
Constructor and Description |
---|
CSVIterator(CSVFileState csvFileState,
CSVStrategy csvStrategy) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
SimpleFeature |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public CSVIterator(CSVFileState csvFileState, CSVStrategy csvStrategy) throws IOException
IOException
public boolean hasNext()
hasNext
in interface Iterator<SimpleFeature>
public SimpleFeature next()
next
in interface Iterator<SimpleFeature>
public void remove()
remove
in interface Iterator<SimpleFeature>
public void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 1996–2023 Geotools. All rights reserved.