Uses of Class
com.luciad.symbology.app6a.model.TLcdAPP6ANode
Packages that use 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
Methods in com.luciad.symbology.app6a.model that return TLcdAPP6ANodeModifier and TypeMethodDescriptionstatic TLcdAPP6ANodeTLcdAPP6ANode.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 TLcdAPP6ANodeTLcdAPP6ANode.getRoot(ELcdAPP6Standard aStandard) Returns a node with a hierarchic structure of all symbols of the given standard.Methods in com.luciad.symbology.app6a.model that return types with arguments of type TLcdAPP6ANodeModifier and TypeMethodDescriptionTLcdAPP6ANode.getChildren()Returns a list of the node's children.Methods in com.luciad.symbology.app6a.model with parameters of type TLcdAPP6ANodeModifier and TypeMethodDescriptionvoidTLcdEditableAPP6AObject.setHierarchyType(TLcdAPP6ANode aType) Sets the type of this symbol in the symbol hierarchy It leaves other symbol modifier values untouched, unless they become invalid.