protected class PointCollectionImpl.PointCollectionSubset extends PointCollectionImpl
PointCollectionImpl.PointCollectionSubset
Modifier and Type | Field and Description |
---|---|
protected PointCollectionImpl |
from |
boundingBox, dateRange, localIterator, name, npts
Constructor and Description |
---|
PointCollectionSubset(PointCollectionImpl from,
LatLonRect filter_bb,
CalendarDateRange filter_date) |
Modifier and Type | Method and Description |
---|---|
PointFeatureIterator |
getPointFeatureIterator(int bufferSize)
Get an iterator over the PointFeatures of this collection.
|
calcBounds, finish, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getDateRange, getName, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, size, subset, subset
protected PointCollectionImpl from
public PointCollectionSubset(PointCollectionImpl from, LatLonRect filter_bb, CalendarDateRange filter_date)
public PointFeatureIterator getPointFeatureIterator(int bufferSize) throws IOException
PointFeatureCollection
bufferSize
- how many bytes can be used to buffer data, use -1 to use default.IOException
- on read errorCopyright © 1999–2015 UCAR/Unidata. All rights reserved.