public interface StationProfileFeatureCollection extends PointFeatureCCC, java.lang.Iterable<StationProfileFeature>
getCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, sizejava.util.List<StationFeature> getStationFeatures()
java.util.List<StationFeature> getStationFeatures(java.util.List<java.lang.String> stnNames)
java.util.List<StationFeature> getStationFeatures(LatLonRect boundingBox)
StationFeature findStationFeature(java.lang.String name)
StationProfileFeature getStationProfileFeature(StationFeature s)
StationProfileFeatureCollection subset(java.util.List<StationFeature> stations)
StationProfileFeatureCollection subset(LatLonRect boundingBox)
StationProfileFeatureCollection subset(java.util.List<StationFeature> stns, CalendarDateRange dateRange)
StationProfileFeatureCollection 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