public abstract class PointIteratorAbstract extends Object implements PointFeatureIterator, Iterator<PointFeature>
PointFeatureIterator.Filter
Modifier and Type | Field and Description |
---|---|
protected boolean |
calcBounds |
protected CollectionInfo |
info |
Modifier | Constructor and Description |
---|---|
protected |
PointIteratorAbstract() |
Modifier and Type | Method and Description |
---|---|
protected void |
calcBounds(PointFeature pf) |
protected void |
finishCalcBounds() |
void |
setCalculateBounds(CollectionInfo info) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, hasNext, next
forEachRemaining, remove
protected boolean calcBounds
protected CollectionInfo info
public void setCalculateBounds(CollectionInfo info)
protected void calcBounds(PointFeature pf)
protected void finishCalcBounds()