Package ucar.nc2.ft.point
Class PointIteratorAbstract
- java.lang.Object
-
- ucar.nc2.ft.point.PointIteratorAbstract
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<PointFeature>,PointFeatureIterator
- Direct Known Subclasses:
FlattenedDatasetPointCollection.FlattenedDatasetPointIterator,PointIteratorAdapter,PointIteratorEmpty,PointIteratorFiltered,PointIteratorFlatten,PointIteratorFromStructureData,PointIteratorStream
public abstract class PointIteratorAbstract extends Object implements PointFeatureIterator, Iterator<PointFeature>
Abstract superclass for PointFeatureIterator. Mostly implements the bounds calculations.- Since:
- May 11, 2009
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ucar.nc2.ft.PointFeatureIterator
PointFeatureIterator.Filter
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancalcBoundsprotected CollectionInfoinfo
-
Constructor Summary
Constructors Modifier Constructor Description protectedPointIteratorAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcalcBounds(PointFeature pf)protected voidfinishCalcBounds()voidsetCalculateBounds(CollectionInfo info)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Methods inherited from interface ucar.nc2.ft.PointFeatureIterator
close, hasNext, next
-
-
-
-
Field Detail
-
calcBounds
protected boolean calcBounds
-
info
protected CollectionInfo info
-
-
Method Detail
-
setCalculateBounds
public void setCalculateBounds(CollectionInfo info)
-
calcBounds
protected void calcBounds(PointFeature pf)
-
finishCalcBounds
protected void finishCalcBounds()
-
-