Class TLcyVPFDecoderAddOn

java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.vpf.TLcyVPFDecoderAddOn
Direct Known Subclasses:
TLcyVPFDecoderAddOn

public class TLcyVPFDecoderAddOn extends ALcyAddOn
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 Details

  • Constructor Details

    • TLcyVPFDecoderAddOn

      public TLcyVPFDecoderAddOn()
      Creates a new TLcyVPFDecoderAddOn.
  • Method Details

    • plugInto

      public void plugInto(ILcyLucyEnv aLucyEnv)
      Creates and plugs in the add-on's format and preferences tool.
      Parameters:
      aLucyEnv - the Lucy environment to plug into
      See Also:
    • setDatabasePath

      public 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).
      Parameters:
      aDatabasePath -
    • unplugFrom

      public void unplugFrom(ILcyLucyEnv aLucyEnv)
      Unplugs the add-on's format and preferences tool.
      Specified by:
      unplugFrom in class ALcyAddOn
      Parameters:
      aLucyEnv - the Lucy environment
      See Also: