Package ca.spatial.table
Class SpatialIterator
java.lang.Object
ca.spatial.table.SpatialIterator
Spatial restriction iterator for spatial data stores
-
Constructor Summary
ConstructorsConstructorDescriptionSpatialIterator(ShapeStore s, double x, double y, double width, double height)
Convenience constructorSpatialIterator(ShapeStore s, Extent2D e)
Full constructor -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
SpatialIterator
Full constructor -
SpatialIterator
Convenience constructor
-
-
Method Details
-
hasNext
public boolean hasNext()Iterator contains more data -
next
Fetch next object -
remove
public void remove()Optional method required by the Iterator interface
-