示例#1
0
 @Override
 public SimpleFeature next() throws IOException, IllegalArgumentException, NoSuchElementException {
   return (SimpleFeature) reader.next();
 }