Package org.geotools.data.csv.parse
Class CSVIterator
- Object
- 
- CSVIterator
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Iterator<SimpleFeature>
 
 public class CSVIterator extends Object implements Iterator<SimpleFeature>, Closeable 
- 
- 
Constructor SummaryConstructors Constructor Description CSVIterator(CSVFileState csvFileState, CSVStrategy csvStrategy)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()SimpleFeaturenext()voidremove()- 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface IteratorforEachRemaining
 
- 
 
- 
- 
- 
Constructor Detail- 
CSVIteratorpublic CSVIterator(CSVFileState csvFileState, CSVStrategy csvStrategy) throws IOException - Throws:
- IOException
 
 
- 
 - 
Method Detail- 
hasNextpublic boolean hasNext() - Specified by:
- hasNextin interface- Iterator<SimpleFeature>
 
 - 
nextpublic SimpleFeature next() - Specified by:
- nextin interface- Iterator<SimpleFeature>
 
 - 
removepublic void remove() - Specified by:
- removein interface- Iterator<SimpleFeature>
 
 - 
closepublic void close() - Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
 
 
- 
 
-