Package com.luciad.format.grib
Class TLcdGRIBBulletinHeaderDescriptor
java.lang.Object
com.luciad.format.grib.TLcdGRIBBulletinHeaderDescriptor
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 Summary
Modifier and TypeFieldDescriptionstatic final char
Deprecated.Indicates the area from 120W0N to 30W90N.static final char
Deprecated.Indicates the area from 120W90S to 30W0S.static final char
Deprecated.Indicates the area from 150E0N to 120W90N.static final char
Deprecated.Indicates the area from 150E90S to 120W0S.static final char
Deprecated.Indicates the area from 30W0N to 60E90N.static final char
Deprecated.Indicates the area from 30W90S to 60E0S.static final char
Deprecated.Indicates the area from 60E0N to 150E90N.static final char
Deprecated.Indicates the area from 60E90S to 150E0S.static final char
Deprecated.Indicates a east wind component.static final char
Deprecated.Indicates a height component.static final char
Deprecated.Indicates a humidity component.static final char
Deprecated.Indicates a north wind component.static final char
Deprecated.Indicates a temperature component.static final char
Deprecated.Indicates the forecast T+12.static final char
Deprecated.Indicates the forecast T+18.static final char
Deprecated.Indicates the forecast T+24.static final char
Deprecated.Indicates the forecast T+30.static final char
Deprecated.Indicates the forecast T+36.static final char
Deprecated.Indicates the forecast T+6.static final int
Deprecated.Indicates a pressure level of 85Hpa corresponding with FL50.static final int
Deprecated.Indicates a pressure level of 70Hpa corresponding with FL100.static final int
Deprecated.Indicates a pressure level of 60Hpa corresponding with FL140.static final int
Deprecated.Indicates a pressure level of 50Hpa corresponding with FL180.static final int
Deprecated.Indicates a pressure level of 40Hpa corresponding with FL240.static final int
Deprecated.Indicates a pressure level of 30Hpa corresponding with FL300.static final int
Deprecated.Indicates a pressure level of 25Hpa corresponding with FL340.static final int
Deprecated.Indicates a pressure level of 20Hpa corresponding with FL390.static final int
Deprecated.Indicates a pressure level of 15Hpa corresponding with FL450.static final int
Deprecated.Indicates a pressure level of 10Hpa corresponding with FL530. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionchar
getArea()
Deprecated.Gets the area for which the message contains data.char
Deprecated.Gets the GRIB component, indicating the data type of the message.char
Deprecated.Gets the forecast for which the message contains data.char
Deprecated.Gets the GRIB indicator.int
getHour()
Deprecated.Gets the hours of the message time stamp.int
Deprecated.Gets the minutes of the message time stamp.int
Deprecated.Gets the pressure level indicator.int
Deprecated.Gets the seconds of the message time stamp.Deprecated.Gets the sequence number of the message in the GRIB bulletin file.Deprecated.Gets the source of the message.toString()
Deprecated.
-
Field Details
-
COMPONENT_TEMPERATURE_T
public static final char COMPONENT_TEMPERATURE_TDeprecated.Indicates a temperature component.- See Also:
-
COMPONENT_HUMIDITY_R
public static final char COMPONENT_HUMIDITY_RDeprecated.Indicates a humidity component.- See Also:
-
COMPONENT_EAST_WIND_U
public static final char COMPONENT_EAST_WIND_UDeprecated.Indicates a east wind component.- See Also:
-
COMPONENT_NORTH_WIND_V
public static final char COMPONENT_NORTH_WIND_VDeprecated.Indicates a north wind component.- See Also:
-
COMPONENT_HEIGHT_H
public static final char COMPONENT_HEIGHT_HDeprecated.Indicates a height component.- See Also:
-
AREA_30W0N_60E90N_I
public static final char AREA_30W0N_60E90N_IDeprecated.Indicates the area from 30W0N to 60E90N.- See Also:
-
AREA_60E0N_150E90N_J
public static final char AREA_60E0N_150E90N_JDeprecated.Indicates the area from 60E0N to 150E90N.- See Also:
-
AREA_150E0N_120W90N_K
public static final char AREA_150E0N_120W90N_KDeprecated.Indicates the area from 150E0N to 120W90N.- See Also:
-
AREA_120W0N_30W90N_L
public static final char AREA_120W0N_30W90N_LDeprecated.Indicates the area from 120W0N to 30W90N.- See Also:
-
AREA_30W90S_60E0S_M
public static final char AREA_30W90S_60E0S_MDeprecated.Indicates the area from 30W90S to 60E0S.- See Also:
-
AREA_60E90S_150E0S_N
public static final char AREA_60E90S_150E0S_NDeprecated.Indicates the area from 60E90S to 150E0S.- See Also:
-
AREA_150E90S_120W0S_O
public static final char AREA_150E90S_120W0S_ODeprecated.Indicates the area from 150E90S to 120W0S.- See Also:
-
AREA_120W90S_30W0S_P
public static final char AREA_120W90S_30W0S_PDeprecated.Indicates the area from 120W90S to 30W0S.- See Also:
-
FORECAST_T6_B
public static final char FORECAST_T6_BDeprecated.Indicates the forecast T+6.- See Also:
-
FORECAST_T12_C
public static final char FORECAST_T12_CDeprecated.Indicates the forecast T+12.- See Also:
-
FORECAST_T18_D
public static final char FORECAST_T18_DDeprecated.Indicates the forecast T+18.- See Also:
-
FORECAST_T24_E
public static final char FORECAST_T24_EDeprecated.Indicates the forecast T+24.- See Also:
-
FORECAST_T30_F
public static final char FORECAST_T30_FDeprecated.Indicates the forecast T+30.- See Also:
-
FORECAST_T36_G
public static final char FORECAST_T36_GDeprecated.Indicates the forecast T+36.- See Also:
-
PRESSURE_LEVEL_FL050_85
public static final int PRESSURE_LEVEL_FL050_85Deprecated.Indicates a pressure level of 85Hpa corresponding with FL50.- See Also:
-
PRESSURE_LEVEL_FL100_70
public static final int PRESSURE_LEVEL_FL100_70Deprecated.Indicates a pressure level of 70Hpa corresponding with FL100.- See Also:
-
PRESSURE_LEVEL_FL140_60
public static final int PRESSURE_LEVEL_FL140_60Deprecated.Indicates a pressure level of 60Hpa corresponding with FL140.- See Also:
-
PRESSURE_LEVEL_FL180_50
public static final int PRESSURE_LEVEL_FL180_50Deprecated.Indicates a pressure level of 50Hpa corresponding with FL180.- See Also:
-
PRESSURE_LEVEL_FL240_40
public static final int PRESSURE_LEVEL_FL240_40Deprecated.Indicates a pressure level of 40Hpa corresponding with FL240.- See Also:
-
PRESSURE_LEVEL_FL300_30
public static final int PRESSURE_LEVEL_FL300_30Deprecated.Indicates a pressure level of 30Hpa corresponding with FL300.- See Also:
-
PRESSURE_LEVEL_FL340_25
public static final int PRESSURE_LEVEL_FL340_25Deprecated.Indicates a pressure level of 25Hpa corresponding with FL340.- See Also:
-
PRESSURE_LEVEL_FL390_20
public static final int PRESSURE_LEVEL_FL390_20Deprecated.Indicates a pressure level of 20Hpa corresponding with FL390.- See Also:
-
PRESSURE_LEVEL_FL450_15
public static final int PRESSURE_LEVEL_FL450_15Deprecated.Indicates a pressure level of 15Hpa corresponding with FL450.- See Also:
-
PRESSURE_LEVEL_FL530_10
public static final int PRESSURE_LEVEL_FL530_10Deprecated.Indicates a pressure level of 10Hpa corresponding with FL530.- See Also:
-
-
Constructor Details
-
TLcdGRIBBulletinHeaderDescriptor
public TLcdGRIBBulletinHeaderDescriptor()Deprecated.
-
-
Method Details
-
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
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
Deprecated.
-