Package ucar.unidata.data.radar
Class RadarQuery
java.lang.Object
ucar.unidata.data.radar.RadarQuery
- Version:
- $Revision: 1.2 $
- Author:
- IDV Development Team
-
Constructor Summary
ConstructorsConstructorDescriptionctor for encodingRadarQuery
(String collectionUrl, String station, String product, DateSelection dateSelection) ctorRadarQuery
(String collectionUrl, String station, DateSelection dateSelection) ctor -
Method Summary
Modifier and TypeMethodDescriptionGet the CollectionUrl property.Get the DateSelection property.Get the Station property.Get the Station property.void
setCollectionUrl
(String value) Set the CollectionUrl property.void
setDateSelection
(DateSelection value) Set the DateSelection property.void
setProduct
(String value) Set the Product property.void
setStation
(String value) Set the Station property.
-
Constructor Details
-
RadarQuery
public RadarQuery()ctor for encoding -
RadarQuery
ctor- Parameters:
collectionUrl
- the collection urlstation
- the stationdateSelection
- the date selection_
-
RadarQuery
public RadarQuery(String collectionUrl, String station, String product, DateSelection dateSelection) ctor- Parameters:
collectionUrl
- the collection urlstation
- the stationproduct
- the productdateSelection
- the date selection_
-
-
Method Details
-
setCollectionUrl
Set the CollectionUrl property.- Parameters:
value
- The new value for CollectionUrl
-
getCollectionUrl
Get the CollectionUrl property.- Returns:
- The CollectionUrl
-
setStation
Set the Station property.- Parameters:
value
- The new value for Station
-
getStation
Get the Station property.- Returns:
- The Station
-
setProduct
Set the Product property.- Parameters:
value
- The new value for Station
-
getProduct
Get the Station property.- Returns:
- The Station
-
setDateSelection
Set the DateSelection property.- Parameters:
value
- The new value for DateSelection
-
getDateSelection
Get the DateSelection property.- Returns:
- The DateSelection
-