ucar.grib.grib2
Class Grib2Lookup

java.lang.Object
  extended by ucar.grib.grib2.Grib2Lookup
All Implemented Interfaces:
TableLookup

Deprecated.

public final class Grib2Lookup
extends java.lang.Object
implements TableLookup

lookup functions for Grib2 files


Field Summary
 
Fields inherited from interface ucar.grib.TableLookup
AlbersEqualArea, GaussianLatLon, LambertAzimuthEqualArea, LambertConformal, Mercator, Orthographic, PolarStereographic, RotatedLatLon, UTM
 
Constructor Summary
Grib2Lookup(Grib2Record firstRecord)
          Deprecated. Constructor.
 
Method Summary
 java.lang.String getCategoryName(Index.GribRecord gr)
          Deprecated. .
 java.lang.String getDisciplineName(Index.GribRecord gr)
          Deprecated. .
 java.util.Date getFirstBaseTime()
          Deprecated. .
 java.lang.String getFirstCenterName()
          Deprecated. .
 float getFirstMissingValue()
          Deprecated. .
 java.lang.String getFirstProductStatusName()
          Deprecated. .
 java.lang.String getFirstProductTypeName()
          Deprecated. .
 java.lang.String getFirstSignificanceOfRTName()
          Deprecated. .
 int getFirstSubcenterId()
          Deprecated. .
 java.lang.String getFirstTimeRangeUnitName()
          Deprecated. .
 java.lang.String getGridName(Index.GdsRecord gds)
          Deprecated. Get the name of the Variable
 java.lang.String getLevelDescription(Index.GribRecord gr)
          Deprecated. .
 java.lang.String getLevelName(Index.GribRecord gr)
          Deprecated. .
 java.lang.String getLevelUnit(Index.GribRecord gr)
          Deprecated. .
 GridParameter getParameter(GribGridRecord gr)
          Deprecated. gets parameter based on discipline, category, and number.
 GridParameter getParameter(Index.GribRecord gr)
          Deprecated. .
 int[] getParameterId(Index.GribRecord gr)
          Deprecated. Return an int array that uniquely specifies this parameter
 java.lang.String getProductDefinitionName(Index.GribRecord gr)
          Deprecated. .
 int getProjectionType(Index.GdsRecord gds)
          Deprecated. .
 java.lang.String getShapeName(Index.GdsRecord gds)
          Deprecated. .
 java.lang.String getTypeGenProcessName(Index.GribRecord gr)
          Deprecated. process type used to generate data.
 boolean isLatLon(Index.GdsRecord gds)
          Deprecated. .
 boolean isPositiveUp(Index.GribRecord gr)
          Deprecated. .
 boolean isVerticalCoordinate(Index.GribRecord gr)
          Deprecated. if vertical level should be made into a coordinate; dont do for surface, 1D levels.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grib2Lookup

public Grib2Lookup(Grib2Record firstRecord)
Deprecated. 
Constructor.

Parameters:
firstRecord - in the Grib file
Method Detail

getGridName

public final java.lang.String getGridName(Index.GdsRecord gds)
Deprecated. 
Description copied from interface: TableLookup
Get the name of the Variable

Specified by:
getGridName in interface TableLookup
Parameters:
gds - the gds record
Returns:
GridName.

getShapeName

public final java.lang.String getShapeName(Index.GdsRecord gds)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getShapeName in interface TableLookup
Parameters:
gds - the gds record
Returns:
ShapeName.

getParameter

public final GridParameter getParameter(GribGridRecord gr)
Deprecated. 
gets parameter based on discipline, category, and number.

Parameters:
gr - Index.GribRecord
Returns:
Parameter

getParameter

public final GridParameter getParameter(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getParameter in interface TableLookup
Parameters:
gr - the grib record
Returns:
GridParameter.

getParameterId

public int[] getParameterId(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
Return an int array that uniquely specifies this parameter

Specified by:
getParameterId in interface TableLookup
Parameters:
gr - the grib record
Returns:
_more_

getDisciplineName

public final java.lang.String getDisciplineName(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getDisciplineName in interface TableLookup
Parameters:
gr - the grib record
Returns:
DisciplineName.

getCategoryName

public final java.lang.String getCategoryName(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getCategoryName in interface TableLookup
Parameters:
gr - the grib record
Returns:
CategoryName.

getProductDefinitionName

public final java.lang.String getProductDefinitionName(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getProductDefinitionName in interface TableLookup
Parameters:
gr - the grib record
Returns:
ProductDefinitionName.

getTypeGenProcessName

public final java.lang.String getTypeGenProcessName(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
process type used to generate data.

Specified by:
getTypeGenProcessName in interface TableLookup
Parameters:
gr - the grib record
Returns:
String.

getLevelName

public final java.lang.String getLevelName(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getLevelName in interface TableLookup
Parameters:
gr - the grib record
Returns:
LevelName.

getLevelDescription

public final java.lang.String getLevelDescription(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getLevelDescription in interface TableLookup
Parameters:
gr - the grib record
Returns:
LevelDescription.

getLevelUnit

public final java.lang.String getLevelUnit(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getLevelUnit in interface TableLookup
Parameters:
gr - the grib record
Returns:
LevelUnit.

getFirstTimeRangeUnitName

public final java.lang.String getFirstTimeRangeUnitName()
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getFirstTimeRangeUnitName in interface TableLookup
Returns:
FirstTimeRangeUnitName.

getFirstCenterName

public final java.lang.String getFirstCenterName()
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getFirstCenterName in interface TableLookup
Returns:
FirstCenterName.

getFirstSubcenterId

public final int getFirstSubcenterId()
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getFirstSubcenterId in interface TableLookup
Returns:
FirstSubcenterId.

getFirstProductStatusName

public final java.lang.String getFirstProductStatusName()
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getFirstProductStatusName in interface TableLookup
Returns:
FirstProductStatusName.

getFirstProductTypeName

public final java.lang.String getFirstProductTypeName()
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getFirstProductTypeName in interface TableLookup
Returns:
FirstProductTypeName.

getFirstSignificanceOfRTName

public final java.lang.String getFirstSignificanceOfRTName()
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getFirstSignificanceOfRTName in interface TableLookup
Returns:
FirstSignificanceOfRTName.

getFirstBaseTime

public final java.util.Date getFirstBaseTime()
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getFirstBaseTime in interface TableLookup
Returns:
FirstBaseTime.

isLatLon

public final boolean isLatLon(Index.GdsRecord gds)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
isLatLon in interface TableLookup
Parameters:
gds - the gds record
Returns:
is this a LatLon Grid

getProjectionType

public final int getProjectionType(Index.GdsRecord gds)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getProjectionType in interface TableLookup
Parameters:
gds - the gds record
Returns:
ProjectionType

isVerticalCoordinate

public final boolean isVerticalCoordinate(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
if vertical level should be made into a coordinate; dont do for surface, 1D levels.

Specified by:
isVerticalCoordinate in interface TableLookup
Parameters:
gr - the grib record
Returns:
is this a VerticalCoordinate

isPositiveUp

public final boolean isPositiveUp(Index.GribRecord gr)
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
isPositiveUp in interface TableLookup
Parameters:
gr - the grib record
Returns:
is this positive up level

getFirstMissingValue

public final float getFirstMissingValue()
Deprecated. 
Description copied from interface: TableLookup
.

Specified by:
getFirstMissingValue in interface TableLookup
Returns:
FirstMissingValue.