Uses of Enum Class
com.luciad.symbology.app6a.model.ELcdAPP6Standard
Package
Description
This package provides the common parts of the domain models to represent NVG data.
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.
Representation aspects of APP-6A symbols in xy space.
-
Uses of ELcdAPP6Standard in com.luciad.format.nvg.model
Modifier and TypeMethodDescriptionstatic ELcdAPP6Standard
TLcdNVGSymbol.getAPP6Standard
(String aName) Returns the APP6 standard of the given NVG standard name. -
Uses of ELcdAPP6Standard in com.luciad.format.nvg.nvg20.model
Modifier and TypeMethodDescriptionstatic List
<TLcdNVG20Content.ShapeType> TLcdNVG20BindingsUtil.getShapesForHierarchy
(ELcdAPP6Standard aAPP6Standard, String aSIDC) Retrieves the list of shapes for the SIDC code in the NVG 2.0 bindings of the given APP 6 Standard. -
Uses of ELcdAPP6Standard in com.luciad.symbology.app6a.model
Modifier and TypeMethodDescriptionILcdAPP6ACoded.getAPP6Standard()
Returns the symbology standard used by this object.TLcdEditableAPP6AObject.getAPP6Standard()
TLcdAPP6AEchelonNode.getStandard()
Returns the standard.TLcdAPP6ANode.getStandard()
Returns the symbology standard of this tree.static ELcdAPP6Standard
Returns the enum constant of this class with the specified name.static ELcdAPP6Standard[]
ELcdAPP6Standard.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic TLcdAPP6ANode
TLcdAPP6ANode.get
(String aSIDC, ELcdAPP6Standard aStandard) Returns the hierarchy node for the given SIDC and standard.static TLcdAPP6AEchelonNode
TLcdAPP6AEchelonNode.getDefault
(ELcdAPP6Standard aStandard) Returns a default echelon modifierstatic String
TLcdEditableAPP6AObject.getDefaultAPP6Code
(ELcdAPP6Standard aAPP6Standard) Returns the default APP-6 code for the given standard that is used by the constructor when no code is given.static TLcdAPP6AEchelonNode
TLcdAPP6AEchelonNode.getRoot
(ELcdAPP6Standard aStandard) Returns a node with a hierarchic structure of all echelon modifiers of the given standard.static TLcdAPP6ANode
TLcdAPP6ANode.getRoot
(ELcdAPP6Standard aStandard) Returns a node with a hierarchic structure of all symbols of the given standard.static void
TLcdEditableAPP6AObject.setDefaultAPP6Code
(String aDefaultAPP6Code, ELcdAPP6Standard aAPP6Standard) Sets the default APP-6 code to use when no code is given on construction.ModifierConstructorDescriptionTLcdEditableAPP6AObject
(ELcdAPP6Standard aStandard) Creates a new APP-6 object for the given symbology version.TLcdEditableAPP6AObject
(String aAPP6Code, ELcdAPP6Standard aStandard) Creates a new APP-6 object with the given code and version. -
Uses of ELcdAPP6Standard in com.luciad.symbology.app6a.view.gxy
Modifier and TypeMethodDescriptionTLcdDefaultAPP6AStyle.getAffiliationColor
(ELcdAPP6Standard aStandard, String aAffiliationValue) Deprecated.