Package com.luciad.lucy.addons.vpf
Class TLcyVPFDecoderAddOn
java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.vpf.TLcyVPFDecoderAddOn
- Direct Known Subclasses:
TLcyVPFDecoderAddOn
Add-on that adds functionality to support the VPF file format. It adds a menu
item to activate a vpf browser. Using that browser, you can open VPF data and
display it on a map.
This addon depends on the LuciadLightspeed option VPF and it cannot be used in combination with
TLcyVPFFormatAddOn
.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
plugInto
(ILcyLucyEnv aLucyEnv) Creates and plugs in the add-on's format and preferences tool.void
setDatabasePath
(String aDatabasePath) Sets the VPF database path to be used in the VPF browsers (the database path will be set on the VPF browsers of all existing map components, and on all VPF browsers that will be created in the future).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
-
Field Details
-
VPF_GROUP_DESCRIPTOR
-
-
Constructor Details
-
TLcyVPFDecoderAddOn
public TLcyVPFDecoderAddOn()Creates a newTLcyVPFDecoderAddOn
.
-
-
Method Details
-
plugInto
Creates and plugs in the add-on's format and preferences tool.- Parameters:
aLucyEnv
- the Lucy environment to plug into- See Also:
-
setDatabasePath
Sets the VPF database path to be used in the VPF browsers (the database path will be set on the VPF browsers of all existing map components, and on all VPF browsers that will be created in the future).- Parameters:
aDatabasePath
-
-
unplugFrom
Unplugs the add-on's format and preferences tool.- Specified by:
unplugFrom
in classALcyAddOn
- Parameters:
aLucyEnv
- the Lucy environment- See Also:
-