Interface OgrLayerReader
- All Superinterfaces:
AutoCloseable,Iterable<OgrFeature>
Sequential feature reader for an OGR layer.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
Iterator<OgrFeature> iterator()- Specified by:
iteratorin interfaceIterable<OgrFeature>
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-