Package com.luciad.symbology.view.common
Interface ILcdStyledMilitarySymbol
- All Known Subinterfaces:
ILcdAPP6AStyled,ILcdMS2525bStyled
public interface ILcdStyledMilitarySymbol
Interface that provides access to a
TLcdMilitarySymbolStyle. This can be used to
give military symbols a per object style.- Since:
- 2024.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns aTLcdMilitarySymbolStyleused to specify the styling of anILcdMS2525bCodedor anILcdAPP6ACodedobject.
-
Method Details
-
getMilitarySymbolStyle
TLcdMilitarySymbolStyle getMilitarySymbolStyle()Returns aTLcdMilitarySymbolStyleused to specify the styling of anILcdMS2525bCodedor anILcdAPP6ACodedobject.- Returns:
- a
TLcdMilitarySymbolStyle. Nevernull. - Since:
- 2024.0
-