Uses of Interface
ucar.grid.GridRecord

Packages that use GridRecord
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 GridRecord in ucar.grib
 

Classes in ucar.grib that implement GridRecord
 class GribGridRecord
          Represents information for one record in the Grib file.
 

Uses of GridRecord in ucar.grib.grib1
 

Methods in ucar.grib.grib1 with parameters of type GridRecord
 String Grib1GridTableLookup.getCategoryName(GridRecord gr)
          gets the Category Name.
 String Grib1GridTableLookup.getDisciplineName(GridRecord gr)
          gets the DisciplineName.
 String Grib1GridTableLookup.getGenProcessName(GridRecord gr)
          gets the Type of Gen Process Name.
 String Grib1GridTableLookup.getLevelDescription(GridRecord gr)
          gets the LevelDescription.
 String Grib1GridTableLookup.getLevelName(GridRecord gr)
          gets the LevelName.
 String Grib1GridTableLookup.getLevelUnit(GridRecord gr)
          gets the LevelUnit.
 GridParameter Grib1GridTableLookup.getParameter(GridRecord gr)
          Get the grid parameter that corresponds to this record gets parameter table, then grib1 parameter based on number.
 int[] Grib1GridTableLookup.getParameterId(GridRecord gr)
           
 String Grib1GridTableLookup.getProductDefinitionName(GridRecord gr)
          gets the ProductDefinitionName.
 boolean Grib1GridTableLookup.isLayer(GridRecord gr)
          Check to see if this grid is a layer variable
 boolean Grib1GridTableLookup.isPositiveUp(GridRecord gr)
          is this a PositiveUp VerticalCoordinate.
 boolean Grib1GridTableLookup.isVerticalCoordinate(GridRecord gr)
          is this a VerticalCoordinate.
 

Uses of GridRecord in ucar.grib.grib2
 

Methods in ucar.grib.grib2 with parameters of type GridRecord
 String Grib2GridTableLookup.getCategoryName(GridRecord gr)
          gets the CategoryName.
 String Grib2GridTableLookup.getDisciplineName(GridRecord gr)
          gets the DisciplineName.
 int Grib2GridTableLookup.getGenProcessType(GridRecord gr)
          gets the Type of Gen Process.
 String Grib2GridTableLookup.getGenProcessTypeName(GridRecord gr)
          gets the Type of Gen Process Name.
 String Grib2GridTableLookup.getLevelDescription(GridRecord gr)
          gets the LevelDescription.
 String Grib2GridTableLookup.getLevelName(GridRecord gr)
          gets the LevelName.
 String Grib2GridTableLookup.getLevelUnit(GridRecord gr)
          gets the LevelUnit.
 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.
 int[] Grib2GridTableLookup.getParameterId(GridRecord gr)
           
 int Grib2GridTableLookup.getProductDefinition(GridRecord gr)
          gets the ProductDefinition.
 String Grib2GridTableLookup.getProductDefinitionName(GridRecord gr)
          gets the ProductDefinitionName.
 boolean Grib2GridTableLookup.isLayer(GridRecord gr)
          Check to see if this grid is a layer variable
 boolean Grib2GridTableLookup.isPositiveUp(GridRecord gr)
          is this a PositiveUp VerticalCoordinate.
 boolean Grib2GridTableLookup.isVerticalCoordinate(GridRecord gr)
          is this a VerticalCoordinate.
 

Uses of GridRecord in ucar.grid
 

Methods in ucar.grid that return types with arguments of type GridRecord
 List<GridRecord> GridIndex.getGridRecords()
          Grib records of index, one for each parameter.
 

Methods in ucar.grid with parameters of type GridRecord
 void GridIndex.addGridRecord(GridRecord gr)
          adds a GridRecord to the index.
 String GridTableLookup.getCategoryName(GridRecord gr)
          Get the grid category name
 String GridTableLookup.getDisciplineName(GridRecord gr)
          Get the grid discipline name
 String GridTableLookup.getLevelDescription(GridRecord gr)
          Get the level description
 String GridTableLookup.getLevelName(GridRecord gr)
          Get the level name
 String GridTableLookup.getLevelUnit(GridRecord gr)
          Get the level unit
 GridParameter GridTableLookup.getParameter(GridRecord gr)
          Get the grid parameter that corresponds to this record
 boolean GridTableLookup.isLayer(GridRecord gr)
          Check to see if this grid is a layer variable
 boolean GridTableLookup.isPositiveUp(GridRecord gr)
          Is postitive up for the vertical coordinate
 boolean GridTableLookup.isVerticalCoordinate(GridRecord gr)
          If vertical level should be made into a coordinate; dont do for surface, or levels without a meaningful coordinate value
 

Uses of GridRecord in ucar.nc2.iosp.gempak
 

Classes in ucar.nc2.iosp.gempak that implement GridRecord
 class GempakGridRecord
          A class to hold grid record information
 

Methods in ucar.nc2.iosp.gempak that return types with arguments of type GridRecord
 List<GridRecord> GempakGridReader.getGridList()
          Get list of grids
 

Methods in ucar.nc2.iosp.gempak with parameters of type GridRecord
protected  float[] GempakGridServiceProvider._readData(GridRecord gr)
          Read the data for this GridRecord
 String GempakLookup.getCategoryName(GridRecord gr)
          gets the CategoryName.
 String GempakLookup.getDisciplineName(GridRecord gr)
          gets the DisciplineName.
 String GempakLookup.getLevelDescription(GridRecord gr)
          gets the LevelDescription.
 String GempakLookup.getLevelName(GridRecord gr)
          gets the LevelName.
 String GempakLookup.getLevelUnit(GridRecord gr)
          gets the LevelUnit.
 GridParameter GempakLookup.getParameter(GridRecord gr)
          gets parameter table, then grib1 parameter based on number.
 boolean GempakLookup.isLayer(GridRecord gr)
          Is this a layer?
 boolean GempakLookup.isPositiveUp(GridRecord gr)
          is this a PositiveUp VerticalCoordinate.
 boolean GempakLookup.isVerticalCoordinate(GridRecord gr)
          is this a VerticalCoordinate.
 float[] GempakGridReader.readGrid(GridRecord gr)
          Read the data
 

Uses of GridRecord in ucar.nc2.iosp.grib
 

Methods in ucar.nc2.iosp.grib with parameters of type GridRecord
protected  float[] GribGridServiceProvider._readData(GridRecord gr)
           
 

Uses of GridRecord in ucar.nc2.iosp.grid
 

Methods in ucar.nc2.iosp.grid that return GridRecord
 GridRecord GridVariable.findRecord(int ens, int time, int level)
          Find the grid record for the time and level indices Canonical ordering is ens, time, level
 

Methods in ucar.nc2.iosp.grid with parameters of type GridRecord
protected abstract  float[] GridServiceProvider._readData(GridRecord gr)
          Read the data for this GridRecord
 GridHorizCoordSys GridIndexToNC.getHorizCoordSys(GridRecord gribRecord)
           
 

Uses of GridRecord in ucar.nc2.iosp.mcidas
 

Classes in ucar.nc2.iosp.mcidas that implement GridRecord
 class McIDASGridRecord
          A class to hold McIDAS grid record information
 

Methods in ucar.nc2.iosp.mcidas with parameters of type GridRecord
protected  float[] McIDASGridServiceProvider._readData(GridRecord gr)
          Read the data for this GridRecord
 String Vis5DIosp.Vis5DLookup.getCategoryName(GridRecord gr)
          gets the CategoryName.
 String McIDASLookup.getCategoryName(GridRecord gr)
          gets the CategoryName.
 String Vis5DIosp.Vis5DLookup.getDisciplineName(GridRecord gr)
          gets the DisciplineName.
 String McIDASLookup.getDisciplineName(GridRecord gr)
          gets the DisciplineName.
 String Vis5DIosp.Vis5DLookup.getLevelDescription(GridRecord gr)
          gets the LevelDescription.
 String McIDASLookup.getLevelDescription(GridRecord gr)
          gets the LevelDescription.
 String Vis5DIosp.Vis5DLookup.getLevelName(GridRecord gr)
          gets the LevelName.
 String McIDASLookup.getLevelName(GridRecord gr)
          gets the LevelName.
 String Vis5DIosp.Vis5DLookup.getLevelUnit(GridRecord gr)
          gets the LevelUnit.
 String McIDASLookup.getLevelUnit(GridRecord gr)
          gets the LevelUnit.
 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.
 boolean Vis5DIosp.Vis5DLookup.isLayer(GridRecord gr)
          Is this a layer?
 boolean McIDASLookup.isLayer(GridRecord gr)
          Is this a layer?
 boolean Vis5DIosp.Vis5DLookup.isPositiveUp(GridRecord gr)
          is this a PositiveUp VerticalCoordinate.
 boolean McIDASLookup.isPositiveUp(GridRecord gr)
          is this a PositiveUp VerticalCoordinate.
 boolean Vis5DIosp.Vis5DLookup.isVerticalCoordinate(GridRecord gr)
          is this a VerticalCoordinate.
 boolean McIDASLookup.isVerticalCoordinate(GridRecord gr)
          is this a VerticalCoordinate.
 



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