Exemplo n.º 1
0
 @Override
 public SimpleFeature next() throws IOException, IllegalArgumentException, NoSuchElementException {
   return (SimpleFeature) reader.next();
 }