Uses of Class
ucar.unidata.data.text.ProductType

Packages that use ProductType
ucar.unidata.data.text DataSource classes and utilities for text-like data. 
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
 

Uses of ProductType in ucar.unidata.data.text
 

Methods in ucar.unidata.data.text that return types with arguments of type ProductType
 List<ProductType> ProductGroup.getProductTypes()
          Get the list of products in this group
 

Methods in ucar.unidata.data.text with parameters of type ProductType
 void ProductGroup.addProduct(ProductType product)
          Add a product to the group
 NamedStationTable NwxTextProductDataSource.getStations(ProductType productType, ucar.unidata.util.DateSelection dateSelection)
          Get the stations for a productType
abstract  NamedStationTable TextProductDataSource.getStations(ProductType productType, ucar.unidata.util.DateSelection dateSelection)
          Get the stations for a productType
 NwxTextProductDataSource.TableInfo NwxTextProductDataSource.getTableInfo(ProductType productType)
          Get the table for the product type
 List<Product> NwxTextProductDataSource.readProducts(ProductType productType, List<NamedStationImpl> stations, ucar.unidata.util.DateSelection dateSelection)
          Read products
abstract  List<Product> TextProductDataSource.readProducts(ProductType productType, List<NamedStationImpl> stations, ucar.unidata.util.DateSelection dateSelection)
          Read the products for the product type and station
 

Uses of ProductType in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return ProductType
 ProductType TextProductControl.getProductType()
          Get the Product property.
 

Methods in ucar.unidata.idv.control with parameters of type ProductType
 void TextProductControl.setProductType(ProductType value)
          Set the Product property.