Class TLcdGRIBParameter

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

@Deprecated public class TLcdGRIBParameter extends Object
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
This class describes a GRIB parameter, with an abbreviation, a description, and a measurement unit.
Since:
6.5
See Also:
  • Constructor Details

    • TLcdGRIBParameter

      public TLcdGRIBParameter(String aAbbreviation, String aDescription, String aUnit)
      Deprecated.
      Creates a new TLcdGRIBParameter with the given properties.
      Parameters:
      aAbbreviation - the parameter abbreviation.
      aDescription - the parameter description.
      aUnit - the parameter units.
  • Method Details

    • getAbbreviation

      public String getAbbreviation()
      Deprecated.
      Returns the parameter abbreviation.
      Returns:
      The parameter abbreviation.
    • getDescription

      public String getDescription()
      Deprecated.
      Returns the parameter description.
      Returns:
      The parameter description.
    • getUnit

      public String getUnit()
      Deprecated.
      Returns the parameter measurement unit.
      Returns:
      The parameter measurement unit.