Пример #1
0
 @Override
 public boolean hasNext() throws IOException {
   return reader.hasNext();
 }
Пример #2
0
 @Override
 public SimpleFeature next() throws IOException, IllegalArgumentException, NoSuchElementException {
   return (SimpleFeature) reader.next();
 }