Uses of Class
ucar.unidata.data.text.ProductType
Packages that use ProductType
Package
Description
DataSource classes and utilities for text-like data.
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 ProductTypeModifier and TypeMethodDescriptionProductGroup.getProductTypes()Get the list of products in this groupMethods in ucar.unidata.data.text with parameters of type ProductTypeModifier and TypeMethodDescriptionvoidProductGroup.addProduct(ProductType product) Add a product to the groupNwxTextProductDataSource.getStations(ProductType productType, DateSelection dateSelection) Get the stations for a productTypeabstract NamedStationTableTextProductDataSource.getStations(ProductType productType, DateSelection dateSelection) Get the stations for a productTypeNwxTextProductDataSource.getTableInfo(ProductType productType) Get the table for the product typeNwxTextProductDataSource.readProducts(ProductType productType, List<NamedStationImpl> stations, DateSelection dateSelection) Read productsTextProductDataSource.readProducts(ProductType productType, List<NamedStationImpl> stations, 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 ProductTypeMethods in ucar.unidata.idv.control with parameters of type ProductTypeModifier and TypeMethodDescriptionvoidTextProductControl.setProductType(ProductType value) Set the Product property.