public interface StationProfileFeatureCollection extends PointFeatureCCC, java.lang.Iterable<StationProfileFeature>
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)
StationProfileFeature getStationProfileFeature(StationFeature s) throws java.io.IOException
java.io.IOExceptionStationProfileFeatureCollection subset(java.util.List<StationFeature> stations) throws java.io.IOException
java.io.IOExceptionStationProfileFeatureCollection subset(LatLonRect boundingBox) throws java.io.IOException
java.io.IOExceptionStationProfileFeatureCollection subset(java.util.List<StationFeature> stns, CalendarDateRange dateRange) throws java.io.IOException
java.io.IOExceptionStationProfileFeatureCollection subset(LatLonRect boundingBox, CalendarDateRange dateRange) throws java.io.IOException
java.io.IOExceptionboolean hasNext()
throws java.io.IOException
java.io.IOException - on read errorStationProfileFeature next() throws java.io.IOException
java.io.IOException - on read errorvoid resetIteration()
throws java.io.IOException
java.io.IOException - on read errorPointFeatureCCIterator getNestedPointFeatureCollectionIterator() throws java.io.IOException
java.io.IOException