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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the name of the organization.intDeprecated.Returns the identifier of the originating center.getParameter(int aGRIBParameterIndicator) Deprecated.Returns the GRIB parameter corresponding to the given indicator.intDeprecated.Returns the parameter table version.intDeprecated.Returns the identifier of the subcenter.Deprecated.Returns the text describing the usage of the table.voidsetOrganization(String aOrganization) Deprecated.Sets the name of the organization.voidsetOriginatingCenterID(int aOriginatingCenterID) Deprecated.Sets the identifier of the originating center.voidsetParameter(int aGRIBParameterIndicator, TLcdGRIBParameter aGRIBParameter) Deprecated.Sets the GRIB parameter corresponding to the given indicator.voidsetParameterTableVersion(int aParameterTableVersion) Deprecated.Sets the parameter table version.voidsetSubCenterID(int aSubCenterID) Deprecated.Sets the identifier of the subcenter.voidsetTableUsage(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:
getParameterTableVersionin 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:
getOrganizationin 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:
getOriginatingCenterIDin 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:
getSubCenterIDin 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:
getTableUsagein 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:
getParameterin interfaceILcdGRIBParameterTable- Parameters:
aGRIBParameterIndicator- the parameter indicator (0-255).- Returns:
- the GRIB parameter.
- See Also:
-
toString
Deprecated.
-