Uses of Class
ucar.grid.GridParameter

Packages that use GridParameter
ucar.grib.grib1   
ucar.grib.grib2   
ucar.grid   
ucar.nc2.iosp.gempak   
ucar.nc2.iosp.mcidas   
 

Uses of GridParameter in ucar.grib.grib1
 

Methods in ucar.grib.grib1 that return GridParameter
 GridParameter Grib1ProductDefinitionSection.getParameter()
          Deprecated.  
 GridParameter Grib1GridTableLookup.getParameter(GridRecord gr)
          Get the grid parameter that corresponds to this record gets parameter table, then grib1 parameter based on number.
 GridParameter GribPDSParamTable.getParameter(int id)
          Get the parameter with id id.
 

Methods in ucar.grib.grib1 that return types with arguments of type GridParameter
 Map<String,GridParameter> GribPDSParamTable.getParameters()
           
 

Uses of GridParameter in ucar.grib.grib2
 

Methods in ucar.grib.grib2 that return GridParameter
 GridParameter Grib2GridTableLookup.getParameter(GridRecord gr)
          Get the grid parameter that corresponds to this record Check for local parameters, default is NCEP so check it first.
 GridParameter Category.getParameter(int paramNumber)
          given a Parameter number returns GridParameter object for this Category.
static GridParameter ParameterTable.getParameter(int d, int c, int p)
          Get a Parameter obj for the Parameter with ids id.
static GridParameter ParameterTable.getParameter(int d, int c, int p, int center)
          Get a Local Parameter obj for the Parameter with ids id.
 

Methods in ucar.grib.grib2 with parameters of type GridParameter
 void Category.setParameter(GridParameter param)
          add this GridParameter to this Category.
 

Uses of GridParameter in ucar.grid
 

Methods in ucar.grid that return GridParameter
 GridParameter GridTableLookup.getParameter(GridRecord gr)
          Get the grid parameter that corresponds to this record
 

Uses of GridParameter in ucar.nc2.iosp.gempak
 

Subclasses of GridParameter in ucar.nc2.iosp.gempak
 class GempakParameter
          Class which represents a GEMPAK parameter.
 

Methods in ucar.nc2.iosp.gempak that return GridParameter
 GridParameter GempakLookup.getParameter(GridRecord gr)
          gets parameter table, then grib1 parameter based on number.
 

Uses of GridParameter in ucar.nc2.iosp.mcidas
 

Methods in ucar.nc2.iosp.mcidas that return GridParameter
 GridParameter Vis5DIosp.Vis5DLookup.getParameter(GridRecord gr)
          gets parameter table, then grib1 parameter based on number.
 GridParameter McIDASLookup.getParameter(GridRecord gr)
          gets parameter table, then grib1 parameter based on number.
 



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