Class TLcyLspFallbackFormatAddOn

java.lang.Object
com.luciad.lucy.addons.ALcyAddOn
com.luciad.lucy.addons.lightspeedadapter.gxy.TLcyLspFallbackFormatAddOn

public class TLcyLspFallbackFormatAddOn extends ALcyAddOn
Deprecated.
GXY integration in Lightspeed views is no longer supported. Instead, either stick to a GXY view, or use Lightspeed layers.

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 Details

    • TLcyLspFallbackFormatAddOn

      public TLcyLspFallbackFormatAddOn()
      Deprecated.
      Default constructor for the Lightspeed fallback format add-on.
  • Method Details