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 TypeMethodDescriptionvoidTLcdNVG15MapObject.setSymbolFromAPP6(ILcdAPP6ACoded aAPP6ACoded) Sets the values ofTLcdNVGSymbolandTLcdNVGModifiersproperties of this map object with respectively thecodeandthe modifiersof 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 TypeMethodDescriptionvoidTLcdNVG20SymbolizedContent.setSymbolFromAPP6(ILcdAPP6ACoded aAPP6ACoded) Sets the values ofTLcdNVGSymbolandTLcdNVGModifiersproperties of this symbolized content with respectively thecodeandthe modifiersof the APP-6 Code object. -
Uses of ILcdAPP6ACoded in com.luciad.symbology.app6a.model
Subinterfaces of ILcdAPP6ACoded in com.luciad.symbology.app6a.modelModifier and TypeInterfaceDescriptioninterfaceAnILcdAPP6AShapeis aILcdAPP6ACodedextension that contains geometric information about the symbol.interfaceThis interface represents anILcdAPP6ACodedthat can be edited.interfaceAn editable extension ofILcdEditableAPP6AShapethat allows to configure the geometric properties of the symbol.Classes in com.luciad.symbology.app6a.model that implement ILcdAPP6ACodedModifier and TypeClassDescriptionclassA general representation of an editable APP-6 symbol.Methods in com.luciad.symbology.app6a.model with parameters of type ILcdAPP6ACodedModifier and TypeMethodDescriptionbooleanTLcdAPP6AEchelonNode.canApplyOn(ILcdAPP6ACoded aObject) Returns if this echelon can be set on the given object.static TLcdAPP6AEchelonNodeTLcdAPP6AEchelonNode.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 anILcdAPP6ACodedobject. -
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.