ucar.grib.grib1
Class Grib1Lookup

java.lang.Object
  extended by ucar.grib.grib1.Grib1Lookup
All Implemented Interfaces:
TableLookup

Deprecated.

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

Grib1Lookup.java get all the information about a Grib file.


Field Summary
 
Fields inherited from interface ucar.grib.TableLookup
AlbersEqualArea, GaussianLatLon, LambertAzimuthEqualArea, LambertConformal, Mercator, Orthographic, PolarStereographic, RotatedLatLon, UTM
 
Constructor Summary
Grib1Lookup(Grib1Product firstProduct)
          Deprecated. gets the first PDS out of a Grib file.
 
Method Summary
 java.lang.String getCategoryName(Index.GribRecord gr)
          Deprecated. gets the CategoryName.
 java.lang.String getDisciplineName(Index.GribRecord gr)
          Deprecated. gets the DisciplineName.
 java.util.Date getFirstBaseTime()
          Deprecated. gets the BaseTime Forecastime.
 java.lang.String getFirstCenterName()
          Deprecated. gets the CenterName.
 float getFirstMissingValue()
          Deprecated. gets the MissingValue.
 java.lang.String getFirstProductStatusName()
          Deprecated. gets the ProductStatusName.
 java.lang.String getFirstProductTypeName()
          Deprecated. gets the ProductTypeName.
 java.lang.String getFirstSignificanceOfRTName()
          Deprecated. gets the SignificanceOfRTName.
 int getFirstSubcenterId()
          Deprecated. gets the SubcenterId.
 java.lang.String getFirstTimeRangeUnitName()
          Deprecated. gets the TimeRangeUnitName.
 java.lang.String getGridName(Index.GdsRecord gds)
          Deprecated. gets the grid type.
 java.lang.String getLevelDescription(Index.GribRecord gr)
          Deprecated. gets the LevelDescription.
 java.lang.String getLevelName(Index.GribRecord gr)
          Deprecated. gets the LevelName.
 java.lang.String getLevelUnit(Index.GribRecord gr)
          Deprecated. gets the LevelUnit.
 GridParameter getParameter(Index.GribRecord gr)
          Deprecated. gets parameter table, then grib1 parameter based on number.
 int[] getParameterId(Index.GribRecord gr)
          Deprecated. _more_
 java.lang.String getProductDefinitionName(Index.GribRecord gr)
          Deprecated. gets the ProductDefinitionName.
 int getProjectionType(Index.GdsRecord gds)
          Deprecated. gets the ProjectionType.
 java.lang.String getShapeName(Index.GdsRecord gds)
          Deprecated. gets the ShapeName.
 java.lang.String getTypeGenProcessName(Index.GribRecord gr)
          Deprecated. gets the Type of Gen Process Name.
 boolean isLatLon(Index.GdsRecord gds)
          Deprecated. is this a LatLon grid.
 boolean isPositiveUp(Index.GribRecord gr)
          Deprecated. is this a PositiveUp VerticalCoordinate.
 boolean isVerticalCoordinate(Index.GribRecord gr)
          Deprecated. is this a VerticalCoordinate.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grib1Lookup

public Grib1Lookup(Grib1Product firstProduct)
Deprecated. 
gets the first PDS out of a Grib file.

Parameters:
firstProduct - sets the PDS
Method Detail

getGridName

public final java.lang.String getGridName(Index.GdsRecord gds)
Deprecated. 
gets the grid type.

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

getShapeName

public final java.lang.String getShapeName(Index.GdsRecord gds)
Deprecated. 
gets the ShapeName.

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

getParameter

public final GridParameter getParameter(Index.GribRecord gr)
Deprecated. 
gets parameter table, then grib1 parameter based on number.

Specified by:
getParameter in interface TableLookup
Parameters:
gr - Index.GribRecord
Returns:
Parameter

getParameterId

public int[] getParameterId(Index.GribRecord gr)
Deprecated. 
_more_

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

getDisciplineName

public final java.lang.String getDisciplineName(Index.GribRecord gr)
Deprecated. 
gets the DisciplineName.

Specified by:
getDisciplineName in interface TableLookup
Parameters:
gr -
Returns:
DisciplineName

getCategoryName

public final java.lang.String getCategoryName(Index.GribRecord gr)
Deprecated. 
gets the CategoryName.

Specified by:
getCategoryName in interface TableLookup
Parameters:
gr -
Returns:
CategoryName

getProductDefinitionName

public final java.lang.String getProductDefinitionName(Index.GribRecord gr)
Deprecated. 
gets the ProductDefinitionName.

Specified by:
getProductDefinitionName in interface TableLookup
Parameters:
gr -
Returns:
ProductDefinitionName

getTypeGenProcessName

public final java.lang.String getTypeGenProcessName(Index.GribRecord gr)
Deprecated. 
gets the Type of Gen Process Name.

Specified by:
getTypeGenProcessName in interface TableLookup
Parameters:
gr -
Returns:
typeGenProcessName

getLevelName

public final java.lang.String getLevelName(Index.GribRecord gr)
Deprecated. 
gets the LevelName.

Specified by:
getLevelName in interface TableLookup
Parameters:
gr -
Returns:
LevelName

getLevelDescription

public final java.lang.String getLevelDescription(Index.GribRecord gr)
Deprecated. 
gets the LevelDescription.

Specified by:
getLevelDescription in interface TableLookup
Parameters:
gr -
Returns:
LevelDescription

getLevelUnit

public final java.lang.String getLevelUnit(Index.GribRecord gr)
Deprecated. 
gets the LevelUnit.

Specified by:
getLevelUnit in interface TableLookup
Parameters:
gr -
Returns:
LevelUnit

getFirstTimeRangeUnitName

public final java.lang.String getFirstTimeRangeUnitName()
Deprecated. 
gets the TimeRangeUnitName.

Specified by:
getFirstTimeRangeUnitName in interface TableLookup
Returns:
TimeRangeUnitName

getFirstCenterName

public final java.lang.String getFirstCenterName()
Deprecated. 
gets the CenterName.

Specified by:
getFirstCenterName in interface TableLookup
Returns:
CenterName

getFirstSubcenterId

public final int getFirstSubcenterId()
Deprecated. 
gets the SubcenterId.

Specified by:
getFirstSubcenterId in interface TableLookup
Returns:
SubcenterId

getFirstProductStatusName

public final java.lang.String getFirstProductStatusName()
Deprecated. 
gets the ProductStatusName.

Specified by:
getFirstProductStatusName in interface TableLookup
Returns:
ProductStatusName

getFirstProductTypeName

public final java.lang.String getFirstProductTypeName()
Deprecated. 
gets the ProductTypeName.

Specified by:
getFirstProductTypeName in interface TableLookup
Returns:
ProductTypeName

getFirstSignificanceOfRTName

public final java.lang.String getFirstSignificanceOfRTName()
Deprecated. 
gets the SignificanceOfRTName.

Specified by:
getFirstSignificanceOfRTName in interface TableLookup
Returns:
SignificanceOfRTName

getFirstBaseTime

public final java.util.Date getFirstBaseTime()
Deprecated. 
gets the BaseTime Forecastime.

Specified by:
getFirstBaseTime in interface TableLookup
Returns:
BaseTime

isLatLon

public final boolean isLatLon(Index.GdsRecord gds)
Deprecated. 
is this a LatLon grid.

Specified by:
isLatLon in interface TableLookup
Parameters:
gds -
Returns:
isLatLon

getProjectionType

public final int getProjectionType(Index.GdsRecord gds)
Deprecated. 
gets the ProjectionType.

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

isVerticalCoordinate

public final boolean isVerticalCoordinate(Index.GribRecord gr)
Deprecated. 
is this a VerticalCoordinate.

Specified by:
isVerticalCoordinate in interface TableLookup
Parameters:
gr -
Returns:
isVerticalCoordinate

isPositiveUp

public final boolean isPositiveUp(Index.GribRecord gr)
Deprecated. 
is this a PositiveUp VerticalCoordinate.

Specified by:
isPositiveUp in interface TableLookup
Parameters:
gr -
Returns:
isPositiveUp

getFirstMissingValue

public final float getFirstMissingValue()
Deprecated. 
gets the MissingValue.

Specified by:
getFirstMissingValue in interface TableLookup
Returns:
MissingValue