Uses of Class
com.luciad.symbology.app6a.model.TLcdEditableAPP6AObject.TextModifier
Package
Description
Contains the domain model to represent military symbols from the APP-6A standard,
or optionally also from the TTA-106 V4 standard.
-
Uses of TLcdEditableAPP6AObject.TextModifier in com.luciad.symbology.app6a.model
Modifier and TypeMethodDescriptionTLcdEditableAPP6AObject.getTextModifier
(String aModifier) Returns a description of the modifier with the given name.Modifier and TypeMethodDescriptionTLcdEditableAPP6AObject.getPossibleModifiers()
Returns a collection of the possible modifiers of this symbol, i.e. all SIDC and text modifiersTLcdEditableAPP6AObject.getPossibleSIDCModifiers()
Returns a collection of the possible SIDC modifiers of this symbol, e.g. the affiliation, status, and so on.TLcdEditableAPP6AObject.getPossibleTextModifiers()
Returns a collection of the possible text modifiers of this symbol, i.e. modifiers that are not encoded in the symbol code.Modifier and TypeMethodDescriptionTLcdEditableAPP6AObject.getTextModifierValue
(TLcdEditableAPP6AObject.TextModifier aModifier) Returns the object's value for the given text modifier.void
TLcdEditableAPP6AObject.putTextModifier
(TLcdEditableAPP6AObject.TextModifier aModifier, String aValue) Sets the given value for the given modifier.