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
ConstructorDescriptionTLcdGRIBParameter
(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.
-
Constructor Details
-
TLcdGRIBParameter
Deprecated.Creates a new TLcdGRIBParameter with the given properties.- Parameters:
aAbbreviation
- the parameter abbreviation.aDescription
- the parameter description.aUnit
- the parameter units.
-
-
Method Details
-
getAbbreviation
Deprecated.Returns the parameter abbreviation.- Returns:
- The parameter abbreviation.
-
getDescription
Deprecated.Returns the parameter description.- Returns:
- The parameter description.
-
getUnit
Deprecated.Returns the parameter measurement unit.- Returns:
- The parameter measurement unit.
-