public interface StationRadarCollection
| 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
|
int |
getStationProductCount(java.lang.String sName)
How many Data Products are available for this Station?
|
java.util.List<Station> |
getStations()
Get all the Stations in the collection.
|
java.util.List<Station> |
getStations(LatLonRect boundingBox,
CancelTask cancel)
Get all the Stations within a bounding box, allow user to cancel.
|
java.util.List<Station> getStations() throws java.io.IOException
java.io.IOException - on io errorjava.util.List<Station> getStations(LatLonRect boundingBox, CancelTask cancel) throws java.io.IOException
boundingBox - restrict data to this bounding noxcancel - allow user to cancel. Implementors should return ASAP.java.io.IOException - on io 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