Package com.luciad.lucy.addons.decoders
Class TLcyGRIBDecoderAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.decoders.TLcyGRIBDecoderAddOn
Deprecated.
This add-on adds support to read data in the Gridded Binary
Format (GRIB) using the TLcdGRIBModelDecoder.
Note that this add-on is dependant on the LuciadLightspeed GRIB Industry Specific Component.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
plugInto
(ILcyLucyEnv aLucyEnv) Deprecated.Plugs this addon into the given lucy environment.void
unplugFrom
(ILcyLucyEnv aLucyEnv) Deprecated.Unplugs this addon from the given Lucy environment.Methods inherited from class com.luciad.lucy.addons.ALcyAddOn
getConfigSourceName, getDisplayName, setConfigSourceName, setDisplayName
-
Constructor Details
-
TLcyGRIBDecoderAddOn
public TLcyGRIBDecoderAddOn()Deprecated.
-
-
Method Details
-
plugInto
Deprecated.Description copied from class:ALcyAddOn
Plugs this addon into the given lucy environment. It is in the implementation of this method that the addon adds its functionality to the Lucy backend. -
unplugFrom
Deprecated.Description copied from class:ALcyAddOn
Unplugs this addon from the given Lucy environment. It removes the functionality previously added to the Lucy backend.- Specified by:
unplugFrom
in classALcyAddOn
- Parameters:
aLucyEnv
- The lucy environment to unplug from.- See Also:
-
TLcyNetCDFFormatAddOn
can be used instead.