Package com.luciad.format.grib
Interface ILcdGRIBParameterTable
- All Known Implementing Classes:
TLcdGRIB2ParameterTable
,TLcdGRIBParameterTable
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
This interface provides access to a GRIB parameter table.
- Since:
- 6.5
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the name of the organization using this table.int
Deprecated.Returns the identifier of the meteorological center.getParameter
(int aParameterIndicator) Deprecated.Returns a parameter given its indicator.int
Deprecated.Returns the table version.int
Deprecated.Returns the identifier of the subcenter.Deprecated.Returns a general description of the table.
-
Method Details
-
getParameterTableVersion
int getParameterTableVersion()Deprecated.Returns the table version.- Returns:
- the table version.
-
getOrganization
String getOrganization()Deprecated.Returns the name of the organization using this table.- Returns:
- the name of the organization.
-
getOriginatingCenterID
int getOriginatingCenterID()Deprecated.Returns the identifier of the meteorological center.- Returns:
- the identifier of the center.
-
getSubCenterID
int getSubCenterID()Deprecated.Returns the identifier of the subcenter.- Returns:
- the identifier of the subcenter.
-
getTableUsage
String getTableUsage()Deprecated.Returns a general description of the table.- Returns:
- the table description.
-
getParameter
Deprecated.Returns a parameter given its indicator.- Parameters:
aParameterIndicator
- the parameter indicator (0-255).- Returns:
- the parameter.
-