public interface StationTimeSeriesFeatureCollection extends PointFeatureCC, java.lang.Iterable<StationTimeSeriesFeature>
getCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, sizejava.util.List<StationFeature> getStationFeatures() throws java.io.IOException
java.io.IOExceptionjava.util.List<StationFeature> getStationFeatures(java.util.List<java.lang.String> stnNames) throws java.io.IOException
java.io.IOExceptionjava.util.List<StationFeature> getStationFeatures(LatLonRect boundingBox) throws java.io.IOException
java.io.IOExceptionStationFeature findStationFeature(java.lang.String name)
StationTimeSeriesFeature getStationTimeSeriesFeature(StationFeature s) throws java.io.IOException
java.io.IOExceptionStationTimeSeriesFeatureCollection subset(java.util.List<StationFeature> stations) throws java.io.IOException
java.io.IOExceptionStationTimeSeriesFeatureCollection subset(LatLonRect boundingBox) throws java.io.IOException
java.io.IOExceptionStationTimeSeriesFeatureCollection subset(java.util.List<StationFeature> stns, CalendarDateRange dateRange) throws java.io.IOException
java.io.IOExceptionStationTimeSeriesFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange) throws java.io.IOException
java.io.IOExceptionPointFeatureCollection flatten(java.util.List<java.lang.String> stations, CalendarDateRange dateRange, java.util.List<VariableSimpleIF> varList) throws java.io.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 ignoredjava.io.IOException - on read errorPointFeatureCollection flatten(LatLonRect llbbox, CalendarDateRange dateRange) throws java.io.IOException
java.io.IOExceptionStationFeature getStationFeature(PointFeature flatPointFeature) throws java.io.IOException
java.io.IOExceptionStationTimeSeriesFeatureCollection subsetFeatures(java.util.List<StationFeature> stations) throws java.io.IOException
java.io.IOExceptionboolean hasNext()
throws java.io.IOException
java.io.IOException - on read errorStationTimeSeriesFeature next() throws java.io.IOException
java.io.IOException - on read errorvoid finish()
PointFeatureIterator.close()void resetIteration()
throws java.io.IOException
java.io.IOException - on read errorPointFeatureCollectionIterator getPointFeatureCollectionIterator() throws java.io.IOException
java.io.IOException