public class CompositeStationCollectionFlattened extends PointCollectionImpl
PointCollectionImpl.PointCollectionSubsetboundingBox, localIterator, name, npts| Modifier | Constructor and Description |
|---|---|
protected |
CompositeStationCollectionFlattened(java.lang.String name,
LatLonRect bbSubset,
DateRange dateRange,
TimedCollection stnCollections) |
protected |
CompositeStationCollectionFlattened(java.lang.String name,
java.util.List<java.lang.String> stations,
DateRange dateRange,
java.util.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, getCollectionFeatureType, getDateRange, getName, hasNext, next, resetIteration, setBoundingBox, setDateRange, setSize, size, subsetprotected CompositeStationCollectionFlattened(java.lang.String name,
java.util.List<java.lang.String> stations,
DateRange dateRange,
java.util.List<VariableSimpleIF> varList,
TimedCollection stnCollections)
throws java.io.IOException
java.io.IOExceptionprotected CompositeStationCollectionFlattened(java.lang.String name,
LatLonRect bbSubset,
DateRange dateRange,
TimedCollection stnCollections)
throws java.io.IOException
java.io.IOExceptionpublic 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