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 TLcdMilitarySymbolStyleDeprecated.Returns aTLcdMilitarySymbolStyleused to specify the styling of anILcdMS2525bCodedor anILcdAPP6ACodedobject.
-
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 aTLcdMilitarySymbolStyleused to specify the styling of anILcdMS2525bCodedor anILcdAPP6ACodedobject. The default implementation will convert theILcdAPP6AStylereturned bygetAPP6AStyle()into aTLcdMilitarySymbolStyle. If you override this default behaviour, theILcdAPP6AStylereturned bygetAPP6AStyle()will no longer be used by the Military Symbology module. You should then turn yourILcdAPP6AStyledimplementation into an implementation ofILcdStyledMilitarySymboland remove yourgetAPP6AStyle()method.- Specified by:
getMilitarySymbolStylein 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.