Class TLcdGRIBBulletinHeaderDescriptor

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

@Deprecated public class TLcdGRIBBulletinHeaderDescriptor extends Object
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
Describes the header info of GRIB messages in GRIB bulletin files.
Since:
7.0.17
  • Field Details

    • COMPONENT_TEMPERATURE_T

      public static final char COMPONENT_TEMPERATURE_T
      Deprecated.
      Indicates a temperature component.
      See Also:
    • COMPONENT_HUMIDITY_R

      public static final char COMPONENT_HUMIDITY_R
      Deprecated.
      Indicates a humidity component.
      See Also:
    • COMPONENT_EAST_WIND_U

      public static final char COMPONENT_EAST_WIND_U
      Deprecated.
      Indicates a east wind component.
      See Also:
    • COMPONENT_NORTH_WIND_V

      public static final char COMPONENT_NORTH_WIND_V
      Deprecated.
      Indicates a north wind component.
      See Also:
    • COMPONENT_HEIGHT_H

      public static final char COMPONENT_HEIGHT_H
      Deprecated.
      Indicates a height component.
      See Also:
    • AREA_30W0N_60E90N_I

      public static final char AREA_30W0N_60E90N_I
      Deprecated.
      Indicates the area from 30W0N to 60E90N.
      See Also:
    • AREA_60E0N_150E90N_J

      public static final char AREA_60E0N_150E90N_J
      Deprecated.
      Indicates the area from 60E0N to 150E90N.
      See Also:
    • AREA_150E0N_120W90N_K

      public static final char AREA_150E0N_120W90N_K
      Deprecated.
      Indicates the area from 150E0N to 120W90N.
      See Also:
    • AREA_120W0N_30W90N_L

      public static final char AREA_120W0N_30W90N_L
      Deprecated.
      Indicates the area from 120W0N to 30W90N.
      See Also:
    • AREA_30W90S_60E0S_M

      public static final char AREA_30W90S_60E0S_M
      Deprecated.
      Indicates the area from 30W90S to 60E0S.
      See Also:
    • AREA_60E90S_150E0S_N

      public static final char AREA_60E90S_150E0S_N
      Deprecated.
      Indicates the area from 60E90S to 150E0S.
      See Also:
    • AREA_150E90S_120W0S_O

      public static final char AREA_150E90S_120W0S_O
      Deprecated.
      Indicates the area from 150E90S to 120W0S.
      See Also:
    • AREA_120W90S_30W0S_P

      public static final char AREA_120W90S_30W0S_P
      Deprecated.
      Indicates the area from 120W90S to 30W0S.
      See Also:
    • FORECAST_T6_B

      public static final char FORECAST_T6_B
      Deprecated.
      Indicates the forecast T+6.
      See Also:
    • FORECAST_T12_C

      public static final char FORECAST_T12_C
      Deprecated.
      Indicates the forecast T+12.
      See Also:
    • FORECAST_T18_D

      public static final char FORECAST_T18_D
      Deprecated.
      Indicates the forecast T+18.
      See Also:
    • FORECAST_T24_E

      public static final char FORECAST_T24_E
      Deprecated.
      Indicates the forecast T+24.
      See Also:
    • FORECAST_T30_F

      public static final char FORECAST_T30_F
      Deprecated.
      Indicates the forecast T+30.
      See Also:
    • FORECAST_T36_G

      public static final char FORECAST_T36_G
      Deprecated.
      Indicates the forecast T+36.
      See Also:
    • PRESSURE_LEVEL_FL050_85

      public static final int PRESSURE_LEVEL_FL050_85
      Deprecated.
      Indicates a pressure level of 85Hpa corresponding with FL50.
      See Also:
    • PRESSURE_LEVEL_FL100_70

      public static final int PRESSURE_LEVEL_FL100_70
      Deprecated.
      Indicates a pressure level of 70Hpa corresponding with FL100.
      See Also:
    • PRESSURE_LEVEL_FL140_60

      public static final int PRESSURE_LEVEL_FL140_60
      Deprecated.
      Indicates a pressure level of 60Hpa corresponding with FL140.
      See Also:
    • PRESSURE_LEVEL_FL180_50

      public static final int PRESSURE_LEVEL_FL180_50
      Deprecated.
      Indicates a pressure level of 50Hpa corresponding with FL180.
      See Also:
    • PRESSURE_LEVEL_FL240_40

      public static final int PRESSURE_LEVEL_FL240_40
      Deprecated.
      Indicates a pressure level of 40Hpa corresponding with FL240.
      See Also:
    • PRESSURE_LEVEL_FL300_30

      public static final int PRESSURE_LEVEL_FL300_30
      Deprecated.
      Indicates a pressure level of 30Hpa corresponding with FL300.
      See Also:
    • PRESSURE_LEVEL_FL340_25

      public static final int PRESSURE_LEVEL_FL340_25
      Deprecated.
      Indicates a pressure level of 25Hpa corresponding with FL340.
      See Also:
    • PRESSURE_LEVEL_FL390_20

      public static final int PRESSURE_LEVEL_FL390_20
      Deprecated.
      Indicates a pressure level of 20Hpa corresponding with FL390.
      See Also:
    • PRESSURE_LEVEL_FL450_15

      public static final int PRESSURE_LEVEL_FL450_15
      Deprecated.
      Indicates a pressure level of 15Hpa corresponding with FL450.
      See Also:
    • PRESSURE_LEVEL_FL530_10

      public static final int PRESSURE_LEVEL_FL530_10
      Deprecated.
      Indicates a pressure level of 10Hpa corresponding with FL530.
      See Also:
  • Constructor Details

    • TLcdGRIBBulletinHeaderDescriptor

      public TLcdGRIBBulletinHeaderDescriptor()
      Deprecated.
  • Method Details

    • getSeqNumber

      public String getSeqNumber()
      Deprecated.
      Gets the sequence number of the message in the GRIB bulletin file.
      Returns:
      the sequence number of the message in the GRIB bulletin file.
    • getGRIBIndicator

      public char getGRIBIndicator()
      Deprecated.
      Gets the GRIB indicator.
      Returns:
      a character representing the GRIB indicator.
    • getComponent

      public char getComponent()
      Deprecated.
      Gets the GRIB component, indicating the data type of the message.
      Returns:
      a character representing the GRIB component. Values are defined by constants starting with COMPONENT_.
    • getArea

      public char getArea()
      Deprecated.
      Gets the area for which the message contains data.
      Returns:
      a character representing the area for which the message contains data. Values are defined by constants starting with AREA_.
    • getForecast

      public char getForecast()
      Deprecated.
      Gets the forecast for which the message contains data.
      Returns:
      a character representing the forecast. Values are defined by constants starting with FORECAST_.
    • getPressureLevelIndicator

      public int getPressureLevelIndicator()
      Deprecated.
      Gets the pressure level indicator.
      Returns:
      the pressure level indicator. Values are defined by constants starting with PRESSURE_LEVEL_.
    • getSource

      public String getSource()
      Deprecated.
      Gets the source of the message.
      Returns:
      the source of the message.
    • getHour

      public int getHour()
      Deprecated.
      Gets the hours of the message time stamp.
      Returns:
      the hours of the message time stamp.
    • getMinutes

      public int getMinutes()
      Deprecated.
      Gets the minutes of the message time stamp.
      Returns:
      the minutes of the message time stamp.
    • getSeconds

      public int getSeconds()
      Deprecated.
      Gets the seconds of the message time stamp.
      Returns:
      the seconds of the message time stamp.
    • toString

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