|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StationRadialDataset
A Station collection of radial data.
| Method Summary | |
|---|---|
boolean |
checkStationProduct(Product product)
check if the product available for all stations. |
boolean |
checkStationProduct(java.lang.String stationName,
Product product)
check if the product available for one station |
RadialSweepFeature |
getFeature(Station s)
Get the collection of data for this Station. |
RadialSweepFeature |
getFeature(Station s,
DateRange dateRange)
Get the collection of data for this Station and date range. |
int |
getStationProductCount(java.lang.String sName)
How many Data Products are available for this Station? |
StationRadialDataset |
subset(java.util.List<Station> stations)
Get a subsetted StationCollection |
| Methods inherited from interface ucar.nc2.ft.StationCollection |
|---|
getBoundingBox, getStation, getStations, getStations |
| Methods inherited from interface ucar.nc2.ft.FeatureDataset |
|---|
close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDateRange, getDescription, getDetailInfo, getEndDate, getFeatureType, getGlobalAttributes, getLocationURI, getNetcdfFile, getStartDate, getTitle |
| Method Detail |
|---|
StationRadialDataset subset(java.util.List<Station> stations)
throws java.io.IOException
stations - only contain these stations
java.io.IOException - on i/o error
RadialSweepFeature getFeature(Station s)
throws java.io.IOException
s - at this station
java.io.IOException - on i/o error
RadialSweepFeature getFeature(Station s,
DateRange dateRange)
throws java.io.IOException
s - at this stationdateRange - date range
java.io.IOException - on i/o errorboolean checkStationProduct(Product product)
product - the given Product
boolean checkStationProduct(java.lang.String stationName,
Product product)
stationName - which stationproduct - the given Product and Station
int getStationProductCount(java.lang.String sName)
sName - station name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||