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 |
|---|
PointCollectionImpl.PointCollectionSubset(PointCollectionImpl from,
LatLonRect filter_bb,
DateRange filter_date) |
| Modifier and Type | Method and Description |
|---|---|
PointFeatureIterator |
getPointFeatureIterator(int bufferSize)
Get an iterator over the PointFeatures of this collection.
|
calcBounds, finish, getBoundingBox, getCollectionFeatureType, getDateRange, getName, hasNext, next, resetIteration, setBoundingBox, setDateRange, setSize, size, subsetprotected PointCollectionImpl from
public PointCollectionImpl.PointCollectionSubset(PointCollectionImpl from, LatLonRect filter_bb, DateRange filter_date)
public PointFeatureIterator getPointFeatureIterator(int bufferSize) throws java.io.IOException
PointFeatureCollectionbufferSize - how many bytes can be used to buffer data, use -1 to use default.java.io.IOException - on read error