public interface StationTimeSeriesFeatureCollection extends PointFeatureCC, Iterable<StationTimeSeriesFeature>
getCollectionIterator
getAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, size
forEach, iterator, spliterator
List<StationFeature> getStationFeatures() throws IOException
IOException
List<StationFeature> getStationFeatures(List<String> stnNames) throws IOException
IOException
List<StationFeature> getStationFeatures(LatLonRect boundingBox) throws IOException
IOException
StationFeature findStationFeature(String name)
StationTimeSeriesFeature getStationTimeSeriesFeature(StationFeature s) throws IOException
IOException
StationTimeSeriesFeatureCollection subset(List<StationFeature> stations) throws IOException
IOException
StationTimeSeriesFeatureCollection subset(LatLonRect boundingBox) throws IOException
IOException
StationTimeSeriesFeatureCollection subset(List<StationFeature> stns, CalendarDateRange dateRange) throws IOException
IOException
StationTimeSeriesFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange) throws IOException
IOException
PointFeatureCollection flatten(List<String> stations, CalendarDateRange dateRange, List<VariableSimpleIF> varList) throws IOException
stations
- only contain these stations; if null or empty use alldateRange
- only points in this date range. may be null.varList
- only these member variables. may be null. currently ignoredIOException
- on read errorPointFeatureCollection flatten(LatLonRect llbbox, CalendarDateRange dateRange) throws IOException
IOException
StationFeature getStationFeature(PointFeature flatPointFeature) throws IOException
IOException
StationTimeSeriesFeatureCollection subsetFeatures(List<StationFeature> stations) throws IOException
IOException
boolean hasNext() throws IOException
IOException
- on read errorStationTimeSeriesFeature next() throws IOException
IOException
- on read errorvoid finish()
PointFeatureIterator.close()
void resetIteration() throws IOException
IOException
- on read errorPointFeatureCollectionIterator getPointFeatureCollectionIterator() throws IOException
IOException