public class StationTimeSeriesCollectionFlattened extends PointCollectionImpl
PointCollectionImpl.PointCollectionSubset| Modifier and Type | Field and Description |
|---|---|
protected StationTimeSeriesCollectionImpl |
from |
boundingBox, dateRange, localIterator, name, npts| Constructor and Description |
|---|
StationTimeSeriesCollectionFlattened(StationTimeSeriesCollectionImpl from,
CalendarDateRange dateRange) |
| Modifier and Type | Method and Description |
|---|---|
PointFeatureIterator |
getPointFeatureIterator(int bufferSize)
Get an iterator over the PointFeatures of this collection.
|
PointFeatureCollection |
subset(LatLonRect boundingBox,
CalendarDateRange dateRange)
Subset this collection by boundingBox and/or dateRange
|
calcBounds, finish, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getDateRange, getName, getNobs, hasNext, next, resetIteration, setBoundingBox, setCalendarDateRange, setDateRange, setSize, size, subsetprotected StationTimeSeriesCollectionImpl from
public StationTimeSeriesCollectionFlattened(StationTimeSeriesCollectionImpl from, CalendarDateRange dateRange)
public PointFeatureIterator getPointFeatureIterator(int bufferSize) throws IOException
PointFeatureCollectionbufferSize - how many bytes can be used to buffer data, use -1 to use default.IOException - on read errorpublic PointFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange) throws IOException
PointFeatureCollectionsubset in interface PointFeatureCollectionsubset in class PointCollectionImplboundingBox - only points in this lat/lon bounding box. may be null.dateRange - only points in this date range. may be null.IOException - on read errorCopyright © 1999–2013 UCAR/Unidata. All rights reserved.