public interface StationTimeSeriesFeatureCollection extends PointFeatureCC, java.lang.Iterable<StationTimeSeriesFeature>
| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.ft.point.StationFeature |
findStationFeature(java.lang.String name) |
void |
finish()
Deprecated.
use foreach
|
PointFeatureCollection |
flatten(LatLonRect llbbox,
CalendarDateRange dateRange) |
PointFeatureCollection |
flatten(java.util.List<java.lang.String> stations,
CalendarDateRange dateRange,
java.util.List<VariableSimpleIF> varList)
Flatten into a PointFeatureCollection, discarding connectedness information.
|
PointFeatureCollectionIterator |
getPointFeatureCollectionIterator()
Deprecated.
use foreach
|
ucar.nc2.ft.point.StationFeature |
getStationFeature(PointFeature flatPointFeature) |
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) |
StationTimeSeriesFeature |
getStationTimeSeriesFeature(ucar.nc2.ft.point.StationFeature s) |
boolean |
hasNext()
Deprecated.
use foreach
|
StationTimeSeriesFeature |
next()
Deprecated.
use foreach
|
void |
resetIteration()
Deprecated.
use foreach
|
StationTimeSeriesFeatureCollection |
subset(LatLonRect boundingBox) |
StationTimeSeriesFeatureCollection |
subset(LatLonRect boundingBox,
CalendarDateRange dateRange) |
StationTimeSeriesFeatureCollection |
subset(java.util.List<ucar.nc2.ft.point.StationFeature> stations) |
StationTimeSeriesFeatureCollection |
subset(java.util.List<ucar.nc2.ft.point.StationFeature> stns,
CalendarDateRange dateRange) |
StationTimeSeriesFeatureCollection |
subsetFeatures(java.util.List<ucar.nc2.ft.point.StationFeature> stations) |
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)
StationTimeSeriesFeature getStationTimeSeriesFeature(ucar.nc2.ft.point.StationFeature s) throws java.io.IOException
java.io.IOExceptionStationTimeSeriesFeatureCollection subset(java.util.List<ucar.nc2.ft.point.StationFeature> stations) throws java.io.IOException
java.io.IOExceptionStationTimeSeriesFeatureCollection subset(LatLonRect boundingBox) throws java.io.IOException
java.io.IOExceptionStationTimeSeriesFeatureCollection subset(java.util.List<ucar.nc2.ft.point.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.IOExceptionucar.nc2.ft.point.StationFeature getStationFeature(PointFeature flatPointFeature) throws java.io.IOException
java.io.IOExceptionStationTimeSeriesFeatureCollection subsetFeatures(java.util.List<ucar.nc2.ft.point.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