Package com.luciad.format.grib
Class TLcdGRIBParameterTable
java.lang.Object
com.luciad.format.grib.TLcdGRIBParameterTable
- All Implemented Interfaces:
ILcdGRIBParameterTable
- Direct Known Subclasses:
TLcdGRIB2ParameterTable
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
Default implementation of the
ILcdGRIBParameterTable
interface.- Since:
- 6.5
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the name of the organization.int
Deprecated.Returns the identifier of the originating center.getParameter
(int aGRIBParameterIndicator) Deprecated.Returns the GRIB parameter corresponding to the given indicator.int
Deprecated.Returns the parameter table version.int
Deprecated.Returns the identifier of the subcenter.Deprecated.Returns the text describing the usage of the table.void
setOrganization
(String aOrganization) Deprecated.Sets the name of the organization.void
setOriginatingCenterID
(int aOriginatingCenterID) Deprecated.Sets the identifier of the originating center.void
setParameter
(int aGRIBParameterIndicator, TLcdGRIBParameter aGRIBParameter) Deprecated.Sets the GRIB parameter corresponding to the given indicator.void
setParameterTableVersion
(int aParameterTableVersion) Deprecated.Sets the parameter table version.void
setSubCenterID
(int aSubCenterID) Deprecated.Sets the identifier of the subcenter.void
setTableUsage
(String aTableUsage) Deprecated.Sets the text describing the usage of the table.toString()
Deprecated.
-
Constructor Details
-
TLcdGRIBParameterTable
public TLcdGRIBParameterTable()Deprecated.
-
-
Method Details
-
setParameterTableVersion
public void setParameterTableVersion(int aParameterTableVersion) Deprecated.Sets the parameter table version.- Parameters:
aParameterTableVersion
- The parameter table version.- See Also:
-
getParameterTableVersion
public int getParameterTableVersion()Deprecated.Returns the parameter table version.- Specified by:
getParameterTableVersion
in interfaceILcdGRIBParameterTable
- Returns:
- The parameter table version.
- See Also:
-
setOrganization
Deprecated.Sets the name of the organization.- Parameters:
aOrganization
- The name of the organization.- See Also:
-
getOrganization
Deprecated.Returns the name of the organization.- Specified by:
getOrganization
in interfaceILcdGRIBParameterTable
- Returns:
- The name of the organization.
- See Also:
-
setOriginatingCenterID
public void setOriginatingCenterID(int aOriginatingCenterID) Deprecated.Sets the identifier of the originating center.- Parameters:
aOriginatingCenterID
- The identifier of the originating center.- See Also:
-
getOriginatingCenterID
public int getOriginatingCenterID()Deprecated.Returns the identifier of the originating center.- Specified by:
getOriginatingCenterID
in interfaceILcdGRIBParameterTable
- Returns:
- The identifier of the originating center.
- See Also:
-
setSubCenterID
public void setSubCenterID(int aSubCenterID) Deprecated.Sets the identifier of the subcenter.- Parameters:
aSubCenterID
- The identifier of the subcenter.- See Also:
-
getSubCenterID
public int getSubCenterID()Deprecated.Returns the identifier of the subcenter.- Specified by:
getSubCenterID
in interfaceILcdGRIBParameterTable
- Returns:
- The identifier of the subcenter.
- See Also:
-
setTableUsage
Deprecated.Sets the text describing the usage of the table.- Parameters:
aTableUsage
- Text describing the usage of the table.- See Also:
-
getTableUsage
Deprecated.Returns the text describing the usage of the table.- Specified by:
getTableUsage
in interfaceILcdGRIBParameterTable
- Returns:
- The text describing the usage of the table.
- See Also:
-
setParameter
Deprecated.Sets the GRIB parameter corresponding to the given indicator.- Parameters:
aGRIBParameterIndicator
- the parameter indicator (0-255).aGRIBParameter
- the GRIB parameter.- See Also:
-
getParameter
Deprecated.Returns the GRIB parameter corresponding to the given indicator.- Specified by:
getParameter
in interfaceILcdGRIBParameterTable
- Parameters:
aGRIBParameterIndicator
- the parameter indicator (0-255).- Returns:
- the GRIB parameter.
- See Also:
-
toString
Deprecated.
-