ucar.nc2.ft.point
Class PointCollectionImpl.PointCollectionSubset
java.lang.Object
ucar.nc2.ft.point.PointCollectionImpl
ucar.nc2.ft.point.PointCollectionImpl.PointCollectionSubset
- All Implemented Interfaces:
- FeatureCollection, PointFeatureCollection
- Enclosing class:
- PointCollectionImpl
protected class PointCollectionImpl.PointCollectionSubset
- extends PointCollectionImpl
Methods inherited from class ucar.nc2.ft.point.PointCollectionImpl |
calcBounds, finish, getBoundingBox, getCollectionFeatureType, getDateRange, getName, hasNext, next, resetIteration, setBoundingBox, setDateRange, setSize, size, subset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
protected PointCollectionImpl from
PointCollectionImpl.PointCollectionSubset
public PointCollectionImpl.PointCollectionSubset(PointCollectionImpl from,
LatLonRect filter_bb,
DateRange filter_date)
getPointFeatureIterator
public PointFeatureIterator getPointFeatureIterator(int bufferSize)
throws IOException
- Description copied from interface:
PointFeatureCollection
- Get an iterator over the PointFeatures of this collection. call PointFeatureIterator.finish() when done
- Parameters:
bufferSize
- how many bytes can be used to buffer data, use -1 to use default.
- Returns:
- iterator over the PointFeatures of this collection
- Throws:
IOException
- on read error
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.