Package com.luciad.lucy.addons.decoders
Class TLcyPOLDecoderAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.decoders.TLcyPOLDecoderAddOn
This addon adds support to read the pol file format.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
plugInto
(ILcyLucyEnv aLucyEnv) Creates and plugs in the add-on's format and preferences tool.void
unplugFrom
(ILcyLucyEnv aLucyEnv) Unplugs the add-on's format and preferences tool.Methods inherited from class com.luciad.lucy.addons.ALcyAddOn
getConfigSourceName, getDisplayName, setConfigSourceName, setDisplayName
-
Constructor Details
-
TLcyPOLDecoderAddOn
public TLcyPOLDecoderAddOn()Creates a newTLcyPOLDecoderAddOn
.
-
-
Method Details