Package com.luciad.format.grib
Class TLcdGRIB2ParameterTable
java.lang.Object
com.luciad.format.grib.TLcdGRIBParameterTable
com.luciad.format.grib.TLcdGRIB2ParameterTable
- All Implemented Interfaces:
ILcdGRIBParameterTable
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
Defines a table for GRIB2 parameters that belong to a certain category and discipline.
- Since:
- 10.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Returns the category ID.int
Deprecated.Returns the discipline ID.int
Deprecated.Returns the local version of this table.void
setCategoryID
(int aCategoryID) Deprecated.Sets the category ID.void
setDisciplineID
(int aDisciplineID) Deprecated.Sets the discipline ID.void
setParameterLocalTableVersion
(int aParameterLocalTableVersion) Deprecated.Sets the local version of this table.Methods inherited from class com.luciad.format.grib.TLcdGRIBParameterTable
getOrganization, getOriginatingCenterID, getParameter, getParameterTableVersion, getSubCenterID, getTableUsage, setOrganization, setOriginatingCenterID, setParameter, setParameterTableVersion, setSubCenterID, setTableUsage, toString
-
Constructor Details
-
TLcdGRIB2ParameterTable
public TLcdGRIB2ParameterTable()Deprecated.
-
-
Method Details
-
getCategoryID
public int getCategoryID()Deprecated.Returns the category ID.- Returns:
- The category ID.
- See Also:
-
setCategoryID
public void setCategoryID(int aCategoryID) Deprecated.Sets the category ID.- Parameters:
aCategoryID
- The category ID.- See Also:
-
getDisciplineID
public int getDisciplineID()Deprecated.Returns the discipline ID.- Returns:
- The discipline ID.
- See Also:
-
setDisciplineID
public void setDisciplineID(int aDisciplineID) Deprecated.Sets the discipline ID.- Parameters:
aDisciplineID
- The discipline ID.- See Also:
-
getParameterLocalTableVersion
public int getParameterLocalTableVersion()Deprecated.Returns the local version of this table.- Returns:
- The local table version.
- See Also:
-
setParameterLocalTableVersion
public void setParameterLocalTableVersion(int aParameterLocalTableVersion) Deprecated.Sets the local version of this table.- Parameters:
aParameterLocalTableVersion
- The local table version.- See Also:
-