public static class SpatialRecordReader.ShapeIterator extends java.lang.Object implements java.util.Iterator<Shape>, java.lang.Iterable<Shape>
Modifier and Type | Field and Description |
---|---|
protected Shape |
nextShape |
protected Shape |
shape |
Constructor and Description |
---|
SpatialRecordReader.ShapeIterator() |
public void setSpatialRecordReader(SpatialRecordReader<?,? extends Shape> srr)
public void setShape(Shape shape)
public boolean hasNext()
hasNext
in interface java.util.Iterator<Shape>
public java.util.Iterator<Shape> iterator()
iterator
in interface java.lang.Iterable<Shape>
public void remove()
remove
in interface java.util.Iterator<Shape>