Class TLcyLspFallbackFormatAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.lightspeedadapter.gxy.TLcyLspFallbackFormatAddOn
Deprecated.
This add-on allows to visualize data on a Lightspeed map for which no ILspLayerFactory
is available, but only an ILcdGXYLayerFactory
.
The add-on plugs in a layer factory with fallback priority, which uses the available ILcdGXYLayerFactory
instances to create an ILcdGXYLayer
, and uses this layer to create an ILspLayer
.
- Since:
- 2012.0
-
Constructor Summary
ConstructorDescriptionDeprecated.Default constructor for the Lightspeed fallback format add-on. -
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
-
TLcyLspFallbackFormatAddOn
public TLcyLspFallbackFormatAddOn()Deprecated.Default constructor for the Lightspeed fallback format add-on.
-
-
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:
-
GXY view
, or use Lightspeed layers.