Package com.luciad.format.grib
Class TLcdGRIBParameter
java.lang.Object
com.luciad.format.grib.TLcdGRIBParameter
Deprecated.
The NetCDF decoder should be used to decode GRIB data.
This class describes a GRIB parameter, with an abbreviation, a description,
and a measurement unit.
- Since:
- 6.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdGRIBParameter
(String aAbbreviation, String aDescription, String aUnit) Deprecated.Creates a new TLcdGRIBParameter with the given properties. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the parameter abbreviation.Deprecated.Returns the parameter description.getUnit()
Deprecated.Returns the parameter measurement unit.