Class TLcdKML22GXYLayer

java.lang.Object
com.luciad.view.TLcdLayer
com.luciad.view.gxy.TLcdGXYLayer
com.luciad.format.kml22.view.gxy.TLcdKML22GXYLayer
All Implemented Interfaces:
ILcdPropertyChangeSource, ILcdSelection<Object>, ILcdGXYEditableLabelsLayer, ILcdGXYLayer, ILcdLayer, Serializable

public class TLcdKML22GXYLayer extends TLcdGXYLayer

An extension of TLcdGXYLayer that can paint TLcdKML22ScreenOverlay instances.

KML ScreenOverlays need to be rendered separately since they don't have bounds.

Since:
10.0
See Also:
  • Constructor Details

    • TLcdKML22GXYLayer

      public TLcdKML22GXYLayer(String aLabel)
      Creates a new KML layer with a given label
      Parameters:
      aLabel -
  • Method Details

    • setModel

      public void setModel(ILcdModel aModel)
      Description copied from class: TLcdLayer
      Sets the ILcdModel to this ILcdLayer.
      Overrides:
      setModel in class TLcdGXYLayer
      Parameters:
      aModel - the model that contains the objects that should be displayed in this layer.