public class CompositeStationCollectionFlattened extends PointCollectionImpl
PointCollectionImpl.PointCollectionSubset
altUnits, boundingBox, extras, localIterator, name, npts, timeUnit
Modifier | Constructor and Description |
---|---|
protected |
CompositeStationCollectionFlattened(java.lang.String name,
DateUnit timeUnit,
java.lang.String altUnits,
LatLonRect bbSubset,
CalendarDateRange dateRange,
TimedCollection stnCollections) |
protected |
CompositeStationCollectionFlattened(java.lang.String name,
DateUnit timeUnit,
java.lang.String altUnits,
java.util.List<java.lang.String> stations,
CalendarDateRange 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, getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getDateRange, getExtraVariables, getName, getNobs, getTimeUnit, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, size, subset, subset
protected CompositeStationCollectionFlattened(java.lang.String name, DateUnit timeUnit, java.lang.String altUnits, java.util.List<java.lang.String> stations, CalendarDateRange dateRange, java.util.List<VariableSimpleIF> varList, TimedCollection stnCollections) throws java.io.IOException
java.io.IOException
protected CompositeStationCollectionFlattened(java.lang.String name, DateUnit timeUnit, java.lang.String altUnits, LatLonRect bbSubset, CalendarDateRange dateRange, TimedCollection stnCollections) throws java.io.IOException
java.io.IOException
public PointFeatureIterator getPointFeatureIterator(int bufferSize) throws java.io.IOException
PointFeatureCollection
bufferSize
- how many bytes can be used to buffer data, use -1 to use default.java.io.IOException
- on read error