Uses of Interface
com.luciad.symbology.app6a.model.ILcdAPP6ACoded
Packages that use 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
Methods in com.luciad.format.nvg.nvg15.model with parameters of type ILcdAPP6ACodedModifier 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
Methods in com.luciad.format.nvg.nvg20.model with parameters of type ILcdAPP6ACodedModifier 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
Subinterfaces of ILcdAPP6ACoded in com.luciad.symbology.app6a.modelModifier 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.Classes in com.luciad.symbology.app6a.model that implement ILcdAPP6ACodedModifier and TypeClassDescriptionclass
A general representation of an editable APP-6 symbol.Methods in com.luciad.symbology.app6a.model with parameters of type ILcdAPP6ACodedModifier 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.Constructors in com.luciad.symbology.app6a.model with parameters of type ILcdAPP6ACodedModifierConstructorDescriptionTLcdEditableAPP6AObject
(ILcdAPP6ACoded aAPP6ACoded) Creates a new APP-6 (A or B) object given anILcdAPP6ACoded
object. -
Uses of ILcdAPP6ACoded in com.luciad.symbology.app6a.view.lightspeed
Methods in com.luciad.symbology.app6a.view.lightspeed that return ILcdAPP6ACodedModifier and TypeMethodDescriptionTLspAPP6ASymbolStyle.getAPP6ACoded()
Returns the APP6 coded object containing the symbol properties.Methods in com.luciad.symbology.app6a.view.lightspeed with parameters of type ILcdAPP6ACodedModifier and TypeMethodDescriptionTLspAPP6ASymbolStyle.Builder.app6aCoded
(ILcdAPP6ACoded aCoded) Sets the APP6 coded object containing the symbol properties.