Class TLcdAPP6AGXYPainterProvider

java.lang.Object
com.luciad.symbology.app6a.view.gxy.painter.TLcdAPP6AGXYPainterProvider
All Implemented Interfaces:
ILcdCloneable, ILcdGXYPainterProvider, Serializable, Cloneable

public class TLcdAPP6AGXYPainterProvider extends Object implements ILcdGXYPainterProvider
A painter provider for a layer containing ILcdAPP6AShape objects. The painter provider looks for a painter based on the object's signature.

If the object set on this painter is an instance of ILcdStyledMilitarySymbol, the TLcdMilitarySymbolStyle returned by ILcdStyledMilitarySymbol.getMilitarySymbolStyle() will be used to determine the actual display of the object on the map. Otherwise, a default style will be used which can be customized using the method setDefaultMilitarySymbolStyle(TLcdMilitarySymbolStyle).

See Also:
  • Constructor Details

    • TLcdAPP6AGXYPainterProvider

      public TLcdAPP6AGXYPainterProvider()
  • Method Details