Uses of Interface
ucar.grid.GridTableLookup

Packages that use GridTableLookup
ucar.grib   
ucar.grib.grib1   
ucar.grib.grib2   
ucar.grid   
ucar.nc2.iosp.gempak   
ucar.nc2.iosp.grib I/O Service Provider for GRIB-1 and GRIB-2 format files 
ucar.nc2.iosp.grid   
ucar.nc2.iosp.mcidas   
 

Uses of GridTableLookup in ucar.grib
 

Methods in ucar.grib with parameters of type GridTableLookup
 String GribGridRecord.cdmVariableName(GridTableLookup lookup, boolean useLevel, boolean useStat)
          A unique name for the CDM variable, must be consistent with cdmVariableHash
 

Uses of GridTableLookup in ucar.grib.grib1
 

Classes in ucar.grib.grib1 that implement GridTableLookup
 class Grib1GridTableLookup
           
 

Uses of GridTableLookup in ucar.grib.grib2
 

Classes in ucar.grib.grib2 that implement GridTableLookup
 class Grib2GridTableLookup
           
 

Uses of GridTableLookup in ucar.grid
 

Methods in ucar.grid with parameters of type GridTableLookup
 String GridRecord.cdmVariableName(GridTableLookup lookup, boolean useLevel, boolean useStat)
          A unique name for the CDM variable, must be consistent with cdmVariableHash
 

Uses of GridTableLookup in ucar.nc2.iosp.gempak
 

Classes in ucar.nc2.iosp.gempak that implement GridTableLookup
 class GempakLookup
          GempakLookup get all the information about a GEMPAK file.
 

Methods in ucar.nc2.iosp.gempak with parameters of type GridTableLookup
 String GempakGridRecord.cdmVariableName(GridTableLookup lookup, boolean useLevel, boolean useStat)
           
 

Uses of GridTableLookup in ucar.nc2.iosp.grib
 

Methods in ucar.nc2.iosp.grib that return GridTableLookup
 GridTableLookup GribGridServiceProvider.getLookup()
           
protected  GridTableLookup GribGridServiceProvider.getLookup1()
           
protected  GridTableLookup GribGridServiceProvider.getLookup2()
           
 

Uses of GridTableLookup in ucar.nc2.iosp.grid
 

Methods in ucar.nc2.iosp.grid with parameters of type GridTableLookup
 void GridIndexToNC.open(GridIndex index, GridTableLookup lookup, int version, NetcdfFile ncfile, FmrcCoordSys fmrcCoordSys, CancelTask cancelTask)
          Fill in the netCDF file
 

Constructors in ucar.nc2.iosp.grid with parameters of type GridTableLookup
GridHorizCoordSys(GridDefRecord gds, GridTableLookup lookup, Group g)
          Create a new GridHorizCoordSys with the grid definition and lookup
 

Uses of GridTableLookup in ucar.nc2.iosp.mcidas
 

Classes in ucar.nc2.iosp.mcidas that implement GridTableLookup
 class McIDASLookup
          McIDASLookup get all the information about a McIDAS file.
 class Vis5DIosp.Vis5DLookup
          Get all the information about a Vis5D file
 

Methods in ucar.nc2.iosp.mcidas with parameters of type GridTableLookup
 String McIDASGridRecord.cdmVariableName(GridTableLookup lookup, boolean useLevel, boolean useStat)
           
 



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