|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.radar.RadarQuery
public class RadarQuery
| Constructor Summary | |
|---|---|
RadarQuery()
ctor for encoding |
|
RadarQuery(String collectionUrl,
String station,
ucar.unidata.util.DateSelection dateSelection)
ctor |
|
RadarQuery(String collectionUrl,
String station,
String product,
ucar.unidata.util.DateSelection dateSelection)
ctor |
|
| Method Summary | |
|---|---|
String |
getCollectionUrl()
Get the CollectionUrl property. |
ucar.unidata.util.DateSelection |
getDateSelection()
Get the DateSelection property. |
String |
getProduct()
Get the Station property. |
String |
getStation()
Get the Station property. |
void |
setCollectionUrl(String value)
Set the CollectionUrl property. |
void |
setDateSelection(ucar.unidata.util.DateSelection value)
Set the DateSelection property. |
void |
setProduct(String value)
Set the Product property. |
void |
setStation(String value)
Set the Station property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RadarQuery()
public RadarQuery(String collectionUrl,
String station,
ucar.unidata.util.DateSelection dateSelection)
collectionUrl - the collection urlstation - the stationdateSelection - the date selection_
public RadarQuery(String collectionUrl,
String station,
String product,
ucar.unidata.util.DateSelection dateSelection)
collectionUrl - the collection urlstation - the stationproduct - the productdateSelection - the date selection_| Method Detail |
|---|
public void setCollectionUrl(String value)
value - The new value for CollectionUrlpublic String getCollectionUrl()
public void setStation(String value)
value - The new value for Stationpublic String getStation()
public void setProduct(String value)
value - The new value for Stationpublic String getProduct()
public void setDateSelection(ucar.unidata.util.DateSelection value)
value - The new value for DateSelectionpublic ucar.unidata.util.DateSelection getDateSelection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||