public class FeatureReaderIterator implements Iterator(Code)
An iterator that wraps around a FeatureReader.
The Iterator's hasNext() will return false if the wrapped feature reader's
hasNext method throws an exception. If next() throws an exeption a NoSuchElementException
will be thrown.
author: jeichar