public interface StationProfileFeatureCollection extends PointFeatureCCC, java.lang.Iterable<StationProfileFeature>
| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.ft.point.StationFeature |
findStationFeature(java.lang.String name) |
PointFeatureCCIterator |
getNestedPointFeatureCollectionIterator()
Deprecated.
use foreach
|
java.util.List<ucar.nc2.ft.point.StationFeature> |
getStationFeatures() |
java.util.List<ucar.nc2.ft.point.StationFeature> |
getStationFeatures(LatLonRect boundingBox) |
java.util.List<ucar.nc2.ft.point.StationFeature> |
getStationFeatures(java.util.List<java.lang.String> stnNames) |
StationProfileFeature |
getStationProfileFeature(ucar.nc2.ft.point.StationFeature s) |
boolean |
hasNext()
Deprecated.
use foreach
|
StationProfileFeature |
next()
Deprecated.
use foreach
|
void |
resetIteration()
Deprecated.
use foreach
|
StationProfileFeatureCollection |
subset(LatLonRect boundingBox) |
StationProfileFeatureCollection |
subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
StationProfileFeatureCollection |
subset(java.util.List<ucar.nc2.ft.point.StationFeature> stations) |
StationProfileFeatureCollection |
subset(java.util.List<ucar.nc2.ft.point.StationFeature> stns,
CalendarDateRange dateRange) |
getCollectionIteratorgetAltUnits, getBoundingBox, getCalendarDateRange, getCollectionFeatureType, getExtraVariables, getName, getTimeUnit, sizejava.util.List<ucar.nc2.ft.point.StationFeature> getStationFeatures()
throws java.io.IOException
java.io.IOExceptionjava.util.List<ucar.nc2.ft.point.StationFeature> getStationFeatures(java.util.List<java.lang.String> stnNames)
throws java.io.IOException
java.io.IOExceptionjava.util.List<ucar.nc2.ft.point.StationFeature> getStationFeatures(LatLonRect boundingBox) throws java.io.IOException
java.io.IOExceptionucar.nc2.ft.point.StationFeature findStationFeature(java.lang.String name)
StationProfileFeature getStationProfileFeature(ucar.nc2.ft.point.StationFeature s) throws java.io.IOException
java.io.IOExceptionStationProfileFeatureCollection subset(java.util.List<ucar.nc2.ft.point.StationFeature> stations) throws java.io.IOException
java.io.IOExceptionStationProfileFeatureCollection subset(LatLonRect boundingBox) throws java.io.IOException
java.io.IOExceptionStationProfileFeatureCollection subset(java.util.List<ucar.nc2.ft.point.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