|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StationProfileFeatureCollection
A collection of StationProfileFeatures
| Method Summary | |
|---|---|
StationProfileFeature |
getStationProfileFeature(ucar.unidata.geoloc.Station s)
Get the StationProfileFeature for a specific Station. |
boolean |
hasNext()
Use the internal iterator to check if there is another StationProfileFeature in the iteration. |
StationProfileFeature |
next()
Use the internal iterator to get the next StationProfileFeature in the iteration. |
void |
resetIteration()
Reset the internal iterator for another iteration over the StationProfileFeature in this Collection. |
StationProfileFeatureCollection |
subset(java.util.List<ucar.unidata.geoloc.Station> stations)
Get a subsetted StationProfileFeatureCollection |
| Methods inherited from interface ucar.nc2.ft.NestedPointFeatureCollection |
|---|
flatten, getNestedPointFeatureCollectionIterator, getPointFeatureCollectionIterator, isMultipleNested, size, subset |
| Methods inherited from interface ucar.nc2.ft.FeatureCollection |
|---|
getCollectionFeatureType, getName |
| Methods inherited from interface ucar.nc2.ft.StationCollection |
|---|
getBoundingBox, getStation, getStations, getStations, getStations |
| Method Detail |
|---|
boolean hasNext()
throws java.io.IOException
java.io.IOException - on read error
StationProfileFeature next()
throws java.io.IOException
java.io.IOException - on read error
void resetIteration()
throws java.io.IOException
java.io.IOException - on read error
StationProfileFeatureCollection subset(java.util.List<ucar.unidata.geoloc.Station> stations)
throws java.io.IOException
stations - only contain these stations
java.io.IOException - on i/o error
StationProfileFeature getStationProfileFeature(ucar.unidata.geoloc.Station s)
throws java.io.IOException
s - at this station
java.io.IOException - on i/o error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||