public class CompositeStationCollectionFlattened extends PointCollectionImpl
PointCollectionImpl.PointCollectionSubset
boundingBox, localIterator, name, npts
Modifier | Constructor and Description |
---|---|
protected |
CompositeStationCollectionFlattened(String name,
LatLonRect bbSubset,
CalendarDateRange dateRange,
TimedCollection stnCollections) |
protected |
CompositeStationCollectionFlattened(String name,
List<String> stations,
CalendarDateRange dateRange,
List<VariableSimpleIF> varList,
TimedCollection stnCollections) |
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 CompositeStationCollectionFlattened(String name, List<String> stations, CalendarDateRange dateRange, List<VariableSimpleIF> varList, TimedCollection stnCollections) throws IOException
IOException
protected CompositeStationCollectionFlattened(String name, LatLonRect bbSubset, CalendarDateRange dateRange, TimedCollection stnCollections) throws IOException
IOException
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–2014 UCAR/Unidata. All rights reserved.