Class TLcdGRIBParameterTable

java.lang.Object
com.luciad.format.grib.TLcdGRIBParameterTable
All Implemented Interfaces:
ILcdGRIBParameterTable
Direct Known Subclasses:
TLcdGRIB2ParameterTable

@Deprecated public class TLcdGRIBParameterTable extends Object implements ILcdGRIBParameterTable
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
Default implementation of the ILcdGRIBParameterTable interface.
Since:
6.5
  • Constructor Details

    • TLcdGRIBParameterTable

      public TLcdGRIBParameterTable()
      Deprecated.
  • Method Details

    • setParameterTableVersion

      public void setParameterTableVersion(int aParameterTableVersion)
      Deprecated.
      Sets the parameter table version.
      Parameters:
      aParameterTableVersion - The parameter table version.
      See Also:
    • getParameterTableVersion

      public int getParameterTableVersion()
      Deprecated.
      Returns the parameter table version.
      Specified by:
      getParameterTableVersion in interface ILcdGRIBParameterTable
      Returns:
      The parameter table version.
      See Also:
    • setOrganization

      public void setOrganization(String aOrganization)
      Deprecated.
      Sets the name of the organization.
      Parameters:
      aOrganization - The name of the organization.
      See Also:
    • getOrganization

      public String getOrganization()
      Deprecated.
      Returns the name of the organization.
      Specified by:
      getOrganization in interface ILcdGRIBParameterTable
      Returns:
      The name of the organization.
      See Also:
    • setOriginatingCenterID

      public void setOriginatingCenterID(int aOriginatingCenterID)
      Deprecated.
      Sets the identifier of the originating center.
      Parameters:
      aOriginatingCenterID - The identifier of the originating center.
      See Also:
    • getOriginatingCenterID

      public int getOriginatingCenterID()
      Deprecated.
      Returns the identifier of the originating center.
      Specified by:
      getOriginatingCenterID in interface ILcdGRIBParameterTable
      Returns:
      The identifier of the originating center.
      See Also:
    • setSubCenterID

      public void setSubCenterID(int aSubCenterID)
      Deprecated.
      Sets the identifier of the subcenter.
      Parameters:
      aSubCenterID - The identifier of the subcenter.
      See Also:
    • getSubCenterID

      public int getSubCenterID()
      Deprecated.
      Returns the identifier of the subcenter.
      Specified by:
      getSubCenterID in interface ILcdGRIBParameterTable
      Returns:
      The identifier of the subcenter.
      See Also:
    • setTableUsage

      public void setTableUsage(String aTableUsage)
      Deprecated.
      Sets the text describing the usage of the table.
      Parameters:
      aTableUsage - Text describing the usage of the table.
      See Also:
    • getTableUsage

      public String getTableUsage()
      Deprecated.
      Returns the text describing the usage of the table.
      Specified by:
      getTableUsage in interface ILcdGRIBParameterTable
      Returns:
      The text describing the usage of the table.
      See Also:
    • setParameter

      public void setParameter(int aGRIBParameterIndicator, TLcdGRIBParameter aGRIBParameter)
      Deprecated.
      Sets the GRIB parameter corresponding to the given indicator.
      Parameters:
      aGRIBParameterIndicator - the parameter indicator (0-255).
      aGRIBParameter - the GRIB parameter.
      See Also:
    • getParameter

      public TLcdGRIBParameter getParameter(int aGRIBParameterIndicator)
      Deprecated.
      Returns the GRIB parameter corresponding to the given indicator.
      Specified by:
      getParameter in interface ILcdGRIBParameterTable
      Parameters:
      aGRIBParameterIndicator - the parameter indicator (0-255).
      Returns:
      the GRIB parameter.
      See Also:
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object