Class TLcdGRIB2CategoryTable

java.lang.Object
com.luciad.format.grib.TLcdGRIB2CategoryTable

@Deprecated public class TLcdGRIB2CategoryTable extends Object
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
Defines a container for GRIB2 categories belonging to one particular discipline.
Since:
10.1
  • Constructor Details

    • TLcdGRIB2CategoryTable

      public TLcdGRIB2CategoryTable()
      Deprecated.
  • Method Details

    • getDisciplineID

      public int getDisciplineID()
      Deprecated.
      Returns the discipline ID.
      Returns:
      The discipline ID.
      See Also:
    • setDisciplineID

      public void setDisciplineID(int aDisciplineID)
      Deprecated.
      Sets the discipline ID of this table.
      Parameters:
      aDisciplineID - The new discipline ID
      See Also:
    • getCategory

      public String getCategory(int aCategoryID)
      Deprecated.
      Returns the category ID.
      Parameters:
      aCategoryID - The category ID to retrieve the string representation for
      Returns:
      The string representation for the category
      See Also:
    • setCategory

      public void setCategory(int aCategoryID, String aCategory)
      Deprecated.
      Adds a category mapping for a specific category id. If the given mapping would already exist, it gets overwritten
      Parameters:
      aCategoryID - The ID of the added category
      aCategory - The category to add
      See Also:
    • getParameterTableVersion

      public int getParameterTableVersion()
      Deprecated.
      Returns the (master) version of this table.
      Returns:
      The table version.
      See Also:
    • setParameterTableVersion

      public void setParameterTableVersion(int aParameterTableVersion)
      Deprecated.
      Sets the (master) version of this table.
      Parameters:
      aParameterTableVersion - The table version.
      See Also:
    • getOriginatingCenterID

      public int getOriginatingCenterID()
      Deprecated.
      Returns the identifier of the originating meteorological center.
      Returns:
      The identifier of the center.
      See Also:
    • setOriginatingCenterID

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

      public int getSubCenterID()
      Deprecated.
      Returns the identifier of the subcenter.
      Returns:
      The identifier of the subcenter.
      See Also:
    • setSubCenterID

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

      public String getTableUsage()
      Deprecated.
      Returns a general description of the table.
      Returns:
      The table description.
      See Also:
    • setTableUsage

      public void setTableUsage(String aTableUsage)
      Deprecated.
      Sets a general description of the table.
      Parameters:
      aTableUsage - The table description.
      See Also:
    • getOrganization

      public String getOrganization()
      Deprecated.
      Returns the name of the organization using this table.
      Returns:
      The name of the organization.
      See Also:
    • setOrganization

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

      public int getParameterLocalTableVersion()
      Deprecated.
      Returns the local version of this table.
      Returns:
      The local table version.
      See Also:
    • setParameterLocalTableVersion

      public void setParameterLocalTableVersion(int aParameterLocalTableVersion)
      Deprecated.
      Sets the local version of this table.
      Parameters:
      aParameterLocalTableVersion - The local table version.
      See Also: