Package com.luciad.lucy.addons.dafif
Class TLcyDAFIFAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.dafif.TLcyDAFIFAddOn
Deprecated.
Add-on that allows management of DAFIF data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDeprecated.This method has been deprecated.voidplugInto(ILcyLucyEnv aLucyEnv) Deprecated.Creates and plugs in the add-on's format and preferences tool.static voidsetClassTraceOn(boolean aClassTraceOn) Deprecated.This method has been deprecated.voidunplugFrom(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
-
TLcyDAFIFAddOn
public TLcyDAFIFAddOn()Deprecated.Creates a newTLcyDAFIFAddOn.
-
-
Method Details
-
plugInto
Deprecated.Creates and plugs in the add-on's format and preferences tool.- Parameters:
aLucyEnv- the Lucy environment to plug into- See Also:
-
isClassTraceOn
Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Returnstrueif tracing is enabled for this class.- Returns:
- true if tracing is enabled for this class, false otherwise.
-
setClassTraceOn
Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for all instances of this class. If the argument istruethen all log messages are recorded, otherwise only the informative, warning and error messages are recorded.- Parameters:
aClassTraceOn- if true then all log messages are recorded, otherwise only the informative, warning and error messages are recorded.
-
unplugFrom
Unplugs the add-on's format and preferences tool.- Specified by:
unplugFromin classALcyAddOn- Parameters:
aLucyEnv- the Lucy environment- See Also:
-
TLcyDAFIFFormatAddOn. The main benefits of this new addon are that it can open un-processed DAFIF data as well as processed (.toc) data and that it can open multiple DAFIF data sets at the same time. DAFIF data can now also be painted using hardware acceleration in Lightspeed views, usingTLcyLspDAFIFFormatAddOn. In order to use this addon, the use of this newTLcyDAFIFFormatAddOnis required.