Package com.luciad.lucy.addons.export
Class TLcyExportAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.export.TLcyExportAddOn
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.This method has been deprecated.voidplugInto(ILcyLucyEnv aLucyEnv) Deprecated.Plugs this addon into the given lucy environment.static voidsetClassTraceOn(boolean aClassTraceOn) Deprecated.This method has been deprecated.voidsetTraceOn(boolean aTraceOn) Deprecated.This method has been deprecated.voidunplugFrom(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
-
TLcyExportAddOn
public TLcyExportAddOn()Deprecated.
-
-
Method Details
-
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.
-
setTraceOn
Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Enables tracing for this class instance. Calling this method with eithertrueorfalseas argument automatically turns off tracing for all other class instances for whichsetTraceOnhas not been called. If the argument isfalsethen only the informative, warning and error log messages are recorded.- Parameters:
aTraceOn- if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
-
isTraceOn
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.
-
plugInto
Deprecated.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
Deprecated.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:
-
TLcyMapComponentFactory.SAVE_AS_FILE_ACTION. This means regular maps created by theTLcyMapAddOnalready contain the 'File|Save As...' menu item. Adding this addon will result in a second 'Save As...' menu item.This addon adds the functionality to save layers to all possible data formats. It is only a frontend for the encoders registered using
ILcyLucyEnv.addModelEncoderThis addon uses the
ILcyCustomizerPanelmechanism to customize the properties of the model encoders that are used to export a selected layer. To this end it iterates over the registeredILcyCustomizerPanelFactoryobjects with anTLcyModelEncoderContextobject. This context object contains the model encoder and, optionally, the model that will be encoded by that model encoder.