Class TLcyDAFIFAddOn

java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.dafif.TLcyDAFIFAddOn

@Deprecated public class TLcyDAFIFAddOn extends ALcyAddOn
Deprecated.
A new DAFIF addon was added, 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, using TLcyLspDAFIFFormatAddOn. In order to use this addon, the use of this new TLcyDAFIFFormatAddOn is required.

Add-on that allows management of DAFIF data.

  • Constructor Details

    • TLcyDAFIFAddOn

      public TLcyDAFIFAddOn()
      Deprecated.
      Creates a new TLcyDAFIFAddOn.
  • Method Details

    • plugInto

      public void plugInto(ILcyLucyEnv aLucyEnv)
      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 public static boolean isClassTraceOn()
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Returns true if tracing is enabled for this class.
      Returns:
      true if tracing is enabled for this class, false otherwise.
    • setClassTraceOn

      @Deprecated public static void setClassTraceOn(boolean aClassTraceOn)
      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 is true then 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

      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: