Uses of Interface
com.luciad.symbology.app6a.model.ILcdAPP6ACoded
Package
Description
This package contains a domain model to represent an NVG 1.4/1.5 data source.
This package contains a domain model to represent an NVG 2.0 data source.
Contains the domain model to represent military symbols from the APP-6A standard,
or optionally also from the TTA-106 V4 standard.
Provides a layer builder for APP6 a/b/c layers.
-
Uses of ILcdAPP6ACoded in com.luciad.format.nvg.nvg15.model
Modifier and TypeMethodDescriptionvoid
TLcdNVG15MapObject.setSymbolFromAPP6
(ILcdAPP6ACoded aAPP6ACoded) Sets the values ofTLcdNVGSymbol
andTLcdNVGModifiers
properties of this map object with respectively thecode
andthe modifiers
of the APP-6 Code object. -
Uses of ILcdAPP6ACoded in com.luciad.format.nvg.nvg20.model
Modifier and TypeMethodDescriptionvoid
TLcdNVG20SymbolizedContent.setSymbolFromAPP6
(ILcdAPP6ACoded aAPP6ACoded) Sets the values ofTLcdNVGSymbol
andTLcdNVGModifiers
properties of this symbolized content with respectively thecode
andthe modifiers
of the APP-6 Code object. -
Uses of ILcdAPP6ACoded in com.luciad.symbology.app6a.model
Modifier and TypeInterfaceDescriptioninterface
AnILcdAPP6AShape
is aILcdAPP6ACoded
extension that contains geometric information about the symbol.interface
This interface represents anILcdAPP6ACoded
that can be edited.interface
An editable extension ofILcdEditableAPP6AShape
that allows to configure the geometric properties of the symbol.Modifier and TypeClassDescriptionclass
A general representation of an editable APP-6 symbol.Modifier and TypeMethodDescriptionboolean
TLcdAPP6AEchelonNode.canApplyOn
(ILcdAPP6ACoded aObject) Returns if this echelon can be set on the given object.static TLcdAPP6AEchelonNode
TLcdAPP6AEchelonNode.get
(ILcdAPP6ACoded aObject) Returns the echelon modifier currently set on the given object.ModifierConstructorDescriptionTLcdEditableAPP6AObject
(ILcdAPP6ACoded aAPP6ACoded) Creates a new APP-6 (A or B) object given anILcdAPP6ACoded
object. -
Uses of ILcdAPP6ACoded in com.luciad.symbology.app6a.view.lightspeed
Modifier and TypeMethodDescriptionTLspAPP6ASymbolStyle.getAPP6ACoded()
Returns the APP6 coded object containing the symbol properties.Modifier and TypeMethodDescriptionTLspAPP6ASymbolStyle.Builder.app6aCoded
(ILcdAPP6ACoded aCoded) Sets the APP6 coded object containing the symbol properties.