Uses of Class
com.luciad.symbology.app6a.model.TLcdAPP6ANode
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 TLcdAPP6ANode in com.luciad.symbology.app6a.model
Modifier and TypeMethodDescriptionstatic TLcdAPP6ANode
TLcdAPP6ANode.get
(String aSIDC, ELcdAPP6Standard aStandard) Returns the hierarchy node for the given SIDC and standard.TLcdEditableAPP6AObject.getHierarchyType()
Returns the type of this symbol in the symbol hierarchy (e.g. air track, road block, ...TLcdAPP6ANode.getParent()
Returns the parent of this tree node.static TLcdAPP6ANode
TLcdAPP6ANode.getRoot
(ELcdAPP6Standard aStandard) Returns a node with a hierarchic structure of all symbols of the given standard.Modifier and TypeMethodDescriptionTLcdAPP6ANode.getChildren()
Returns a list of the node's children.Modifier and TypeMethodDescriptionvoid
TLcdEditableAPP6AObject.setHierarchyType
(TLcdAPP6ANode aType) Sets the type of this symbol in the symbol hierarchy It leaves other symbol modifier values untouched, unless they become invalid.