Uses of Class
ucar.unidata.util.Product

Packages that use Product
ucar.nc2.dt Scientific data types package. 
ucar.nc2.dt.radial Scientific data type "Radial", uses spherical coordinate system. 
ucar.nc2.ft.radial   
ucar.nc2.thredds Connects NetCDF-Java to THREDDS Catalogs and Datasets. 
 

Uses of Product in ucar.nc2.dt
 

Methods in ucar.nc2.dt with parameters of type Product
 boolean StationRadarCollection.checkStationProduct(Product product)
          check if the product available for all stations.
 boolean StationRadarCollection.checkStationProduct(String stationName, Product product)
          check if the product available for one station
 

Uses of Product in ucar.nc2.dt.radial
 

Methods in ucar.nc2.dt.radial with parameters of type Product
 boolean StationRadarCollectionImpl.checkStationProduct(String stationName, Product product)
           
 

Uses of Product in ucar.nc2.ft.radial
 

Methods in ucar.nc2.ft.radial with parameters of type Product
 boolean StationRadialDataset.checkStationProduct(Product product)
          check if the product available for all stations.
 boolean StationRadialDataset.checkStationProduct(String stationName, Product product)
          check if the product available for one station
 

Uses of Product in ucar.nc2.thredds
 

Methods in ucar.nc2.thredds that return types with arguments of type Product
 List<Product> TDSRadarDatasetCollection.getRadarProducts()
          get products of dataset collection
 List<Product> TDSRadarDatasetCollection.readSelectVariable(org.jdom.Element elem, org.jdom.Namespace ns)
          get variable list from parent element
 

Methods in ucar.nc2.thredds with parameters of type Product
 boolean DqcRadarDatasetCollection.checkStationProduct(Product product)
          _more_
 boolean TDSRadarDatasetCollection.checkStationProduct(Product product)
          check the exist of a product in this dataset collection
 boolean DqcRadarDatasetCollection.checkStationProduct(String sName, Product product)
          _more_
 boolean TDSRadarDatasetCollection.checkStationProduct(String sName, Product product)
          check the exist of a product in this dataset collection
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.