Interface ILcdAPP6AStyled
- All Superinterfaces:
ILcdStyledMilitarySymbol
Deprecated.
Interface that provides access to a style. This can be used to
give APP-6A objects a per object style.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a style used to display APP-6A objects.default TLcdMilitarySymbolStyle
Deprecated.Returns aTLcdMilitarySymbolStyle
used to specify the styling of anILcdMS2525bCoded
or anILcdAPP6ACoded
object.
-
Method Details
-
getAPP6AStyle
ILcdAPP6AStyle getAPP6AStyle()Deprecated.Returns a style used to display APP-6A objects.- Returns:
- a style used to display APP-6A objects.
-
getMilitarySymbolStyle
Deprecated.Returns aTLcdMilitarySymbolStyle
used to specify the styling of anILcdMS2525bCoded
or anILcdAPP6ACoded
object. The default implementation will convert theILcdAPP6AStyle
returned bygetAPP6AStyle()
into aTLcdMilitarySymbolStyle
. If you override this default behaviour, theILcdAPP6AStyle
returned bygetAPP6AStyle()
will no longer be used by the Military Symbology module. You should then turn yourILcdAPP6AStyled
implementation into an implementation ofILcdStyledMilitarySymbol
and remove yourgetAPP6AStyle()
method.- Specified by:
getMilitarySymbolStyle
in interfaceILcdStyledMilitarySymbol
- Returns:
- a
TLcdMilitarySymbolStyle
. Nevernull
. - Since:
- 2024.0
-
ILcdStyledMilitarySymbol
, which can be used to provide both APP-6 and MIL-STD-2525 objects a per object style.