public interface StationRadialDataset extends StationCollection, FeatureDataset
| Modifier and Type | Method and Description |
|---|---|
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
|
getBoundingBox, getStation, getStations, getStations, getStationscalcBounds, close, findGlobalAttributeIgnoreCase, getBoundingBox, getDataVariable, getDataVariables, getDateRange, getDescription, getDetailInfo, getEndDate, getFeatureType, getGlobalAttributes, getImplementationName, getLocation, getNetcdfFile, getStartDate, getTitlesetFileCache, syncStationRadialDataset subset(java.util.List<Station> stations) throws java.io.IOException
stations - only contain these stationsjava.io.IOException - on i/o errorRadialSweepFeature getFeature(Station s) throws java.io.IOException
s - at this stationjava.io.IOException - on i/o errorRadialSweepFeature getFeature(Station s, DateRange dateRange) throws java.io.IOException
s - at this stationdateRange - date rangejava.io.IOException - on i/o errorboolean checkStationProduct(Product product)
product - the given Productboolean checkStationProduct(java.lang.String stationName,
Product product)
stationName - which stationproduct - the given Product and Stationint getStationProductCount(java.lang.String sName)
sName - station name