|
||||||||||
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(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(String sName)
How many Data Products are available for this Station? |
StationRadialDataset |
subset(List<Station> stations)
Get a subsetted StationCollection |
Methods inherited from interface ucar.nc2.ft.StationCollection |
---|
getBoundingBox, getStation, getStations, getStations, getStations |
Methods inherited from interface ucar.nc2.ft.FeatureDataset |
---|
calcBounds, close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDateRange, getDescription, getDetailInfo, getEndDate, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitle |
Methods inherited from interface ucar.nc2.util.cache.FileCacheable |
---|
setFileCache, sync |
Method Detail |
---|
StationRadialDataset subset(List<Station> stations) throws IOException
stations
- only contain these stations
IOException
- on i/o errorRadialSweepFeature getFeature(Station s) throws IOException
s
- at this station
IOException
- on i/o errorRadialSweepFeature getFeature(Station s, DateRange dateRange) throws IOException
s
- at this stationdateRange
- date range
IOException
- on i/o errorboolean checkStationProduct(Product product)
product
- the given Product
boolean checkStationProduct(String stationName, Product product)
stationName
- which stationproduct
- the given Product and Station
int getStationProductCount(String sName)
sName
- station name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |