Package com.luciad.format.grib
Class ALcdGRIB2ProductDefinition
java.lang.Object
com.luciad.format.grib.ALcdGRIB2ProductDefinition
- Direct Known Subclasses:
TLcdGRIB2FixedTimeForecastProductDefinition
,TLcdGRIB2StatisticalProductDefinition
,TLcdGRIB2StatisticalSpatialProductDefinition
,TLcdGRIB2TimeIntervalForecastProductDefinition
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
This class contains additional meta data about one GRIB2 dataset.
- Since:
- 10.1
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Gets the category ID.int
Deprecated.Gets the parameter ID.
-
Method Details
-
getParameterID
public int getParameterID()Deprecated.Gets the parameter ID.- Returns:
- The parameter ID.
-
getCategoryID
public int getCategoryID()Deprecated.Gets the category ID.- Returns:
- The category ID.
-