Package org.geotools.data.csv.parse
Class CSVIterator
Object
CSVIterator
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator<SimpleFeature>
-
Constructor Details
-
CSVIterator
- Throws:
IOException
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<SimpleFeature>
-
next
- Specified by:
next
in interfaceIterator<SimpleFeature>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<SimpleFeature>
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-