Class RadarQuery

java.lang.Object
ucar.unidata.data.radar.RadarQuery

public class RadarQuery extends Object
Version:
$Revision: 1.2 $
Author:
IDV Development Team
  • Constructor Details

    • RadarQuery

      public RadarQuery()
      ctor for encoding
    • RadarQuery

      public RadarQuery(String collectionUrl, String station, DateSelection dateSelection)
      ctor
      Parameters:
      collectionUrl - the collection url
      station - the station
      dateSelection - the date selection_
    • RadarQuery

      public RadarQuery(String collectionUrl, String station, String product, DateSelection dateSelection)
      ctor
      Parameters:
      collectionUrl - the collection url
      station - the station
      product - the product
      dateSelection - the date selection_
  • Method Details

    • setCollectionUrl

      public void setCollectionUrl(String value)
      Set the CollectionUrl property.
      Parameters:
      value - The new value for CollectionUrl
    • getCollectionUrl

      public String getCollectionUrl()
      Get the CollectionUrl property.
      Returns:
      The CollectionUrl
    • setStation

      public void setStation(String value)
      Set the Station property.
      Parameters:
      value - The new value for Station
    • getStation

      public String getStation()
      Get the Station property.
      Returns:
      The Station
    • setProduct

      public void setProduct(String value)
      Set the Product property.
      Parameters:
      value - The new value for Station
    • getProduct

      public String getProduct()
      Get the Station property.
      Returns:
      The Station
    • setDateSelection

      public void setDateSelection(DateSelection value)
      Set the DateSelection property.
      Parameters:
      value - The new value for DateSelection
    • getDateSelection

      public DateSelection getDateSelection()
      Get the DateSelection property.
      Returns:
      The DateSelection