Uses of Interface
ucar.grid.GridRecord

Packages that use GridRecord
ucar.grib   
ucar.grib.grib1   
ucar.grib.grib2   
ucar.grid   
 

Uses of GridRecord in ucar.grib
 

Classes in ucar.grib that implement GridRecord
 class GribGridRecord
          Represents index 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
 java.lang.String Grib1GridTableLookup.getCategoryName(GridRecord gr)
          gets the Category Name.
 java.lang.String Grib1GridTableLookup.getDisciplineName(GridRecord gr)
          gets the DisciplineName.
 java.lang.String Grib1GridTableLookup.getLevelDescription(GridRecord gr)
          gets the LevelDescription.
 java.lang.String Grib1GridTableLookup.getLevelName(GridRecord gr)
          gets the LevelName.
 java.lang.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)
           
 java.lang.String Grib1GridTableLookup.getProductDefinitionName(GridRecord gr)
          gets the ProductDefinitionName.
 java.lang.String Grib1GridTableLookup.getTypeGenProcessName(GridRecord gr)
          gets the Type of Gen Process Name.
 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
 java.lang.String Grib2GridTableLookup.getCategoryName(GridRecord gr)
          gets the CategoryName.
 java.lang.String Grib2GridTableLookup.getDisciplineName(GridRecord gr)
          gets the DisciplineName.
 java.lang.String Grib2GridTableLookup.getLevelDescription(GridRecord gr)
          gets the LevelDescription.
 java.lang.String Grib2GridTableLookup.getLevelName(GridRecord gr)
          gets the LevelName.
 java.lang.String Grib2GridTableLookup.getLevelUnit(GridRecord gr)
          gets the LevelUnit.
 GridParameter Grib2GridTableLookup.getParameter(GridRecord gr)
          Get the grid parameter that corresponds to this record
 int[] Grib2GridTableLookup.getParameterId(GridRecord gr)
           
 int Grib2GridTableLookup.getProductDefinition(GridRecord gr)
          gets the ProductDefinition.
 java.lang.String Grib2GridTableLookup.getProductDefinitionName(GridRecord gr)
          gets the ProductDefinitionName.
 int Grib2GridTableLookup.getTypeGenProcess(GridRecord gr)
          gets the Type of Gen Process.
 java.lang.String Grib2GridTableLookup.getTypeGenProcessName(GridRecord gr)
          gets the Type of Gen Process Name.
 boolean Grib2GridTableLookup.isEnsemble(GridRecord gr)
          Ensemble type variable.
 boolean Grib2GridTableLookup.isInterval(GridRecord gr)
          is this GridRecord an Interval
 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.isProbability(GridRecord gr)
          gets the isProbability type var.
 boolean Grib2GridTableLookup.isVerticalCoordinate(GridRecord gr)
          is this a VerticalCoordinate.
 java.lang.String Grib2GridTableLookup.makeEnsembleName(GridRecord gr, GridTableLookup lookup)
          Make the ensemble name
 java.lang.String Grib2GridTableLookup.makeProbabilityName(GridRecord gr, GridTableLookup lookup)
          Make the probability name
 java.lang.String Grib2GridTableLookup.makeSuffix(GridRecord gr)
          Makes a Ensemble, Derived, Probability or error Suffix
 java.lang.String Grib2GridTableLookup.NumberOfForecastsInEnsemble(GridRecord gr)
          gets the number of forecast in Ensemble, Derived, or Probability.
 java.lang.String Grib2GridTableLookup.NumberOfForecastsInProbability(GridRecord gr)
          gets the number of forecasts in Probability.
 

Uses of GridRecord in ucar.grid
 

Methods in ucar.grid that return types with arguments of type GridRecord
 java.util.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.
 java.lang.String GridTableLookup.getCategoryName(GridRecord gr)
          Get the grid category name
 java.lang.String GridTableLookup.getDisciplineName(GridRecord gr)
          Get the grid discipline name
 java.lang.String GridTableLookup.getLevelDescription(GridRecord gr)
          Get the level description
 java.lang.String GridTableLookup.getLevelName(GridRecord gr)
          Get the level name
 java.lang.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, 1D levels.