Package com.luciad.lucy.addons.decoders
Class TLcyNITFDecoderAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.decoders.TLcyNITFDecoderAddOn
This add-on adds support to read data in the National Imagery Transmission
Format (NITF) using the TLcdNITFModelDecoder,
and data in the CADRG format (Compressed ARC Digital Raster Graphics) using the TLcdCADRGModelDecoder.
Note that this addon is dependent on the LuciadLightspeed Defense Standards option.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidplugInto(ILcyLucyEnv aLucyEnv) Plugs this addon into the given lucy environment.voidunplugFrom(ILcyLucyEnv aLucyEnv) Unplugs this addon from the given Lucy environment.Methods inherited from class com.luciad.lucy.addons.ALcyAddOn
getConfigSourceName, getDisplayName, setConfigSourceName, setDisplayName
-
Constructor Details
-
TLcyNITFDecoderAddOn
public TLcyNITFDecoderAddOn()Default constructor
-
-
Method Details
-
plugInto
Description copied from class:ALcyAddOnPlugs 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
Description copied from class:ALcyAddOnUnplugs this addon from the given Lucy environment. It removes the functionality previously added to the Lucy backend.- Specified by:
unplugFromin classALcyAddOn- Parameters:
aLucyEnv- The lucy environment to unplug from.- See Also:
-