Uses of Class
com.luciad.symbology.milstd2525b.model.TLcdMS2525bNode
Packages that use TLcdMS2525bNode
Package
Description
Military units (including modifiers) that can be represented by the MIL-STD 2525 military symbology standard.
-
Uses of TLcdMS2525bNode in com.luciad.symbology.milstd2525b.model
Methods in com.luciad.symbology.milstd2525b.model that return TLcdMS2525bNodeModifier and TypeMethodDescriptionstatic TLcdMS2525bNodeTLcdMS2525bNode.get(String aSIDC, ELcdMS2525Standard aStandard) Returns the hierarchy node for the given object.TLcdEditableMS2525bObject.getHierarchyType()Returns the type of this symbol in the symbol hierarchy (e.g. air track, road block, ...TLcdMS2525bNode.getParent()Returns the parent of this tree node.static TLcdMS2525bNodeTLcdMS2525bNode.getRoot(ELcdMS2525Standard aStandard) Returns a node with a hierarchic structure of all symbols of the given standard.Methods in com.luciad.symbology.milstd2525b.model that return types with arguments of type TLcdMS2525bNodeModifier and TypeMethodDescriptionTLcdMS2525bNode.getChildren()Returns a list of the node's children.Methods in com.luciad.symbology.milstd2525b.model with parameters of type TLcdMS2525bNodeModifier and TypeMethodDescriptionvoidTLcdEditableMS2525bObject.setHierarchyType(TLcdMS2525bNode aType) Sets the type of this symbol in the symbol hierarchy It leaves other symbol modifier values untouched, unless they become invalid.