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 boolean
calcBounds
protected CollectionInfo
info
-
Constructor Summary
Constructors Modifier Constructor Description protected
PointIteratorAbstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
calcBounds(PointFeature pf)
protected void
finishCalcBounds()
void
setCalculateBounds(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()
-
-