Uses of Enum Class
com.luciad.symbology.milstd2525b.model.ELcdMS2525Standard
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.
Military units (including modifiers) that can be represented by the MIL-STD 2525 military symbology standard.
Representation aspects of MIL-STD 2525 military symbols in xy space.
-
Uses of ELcdMS2525Standard in com.luciad.format.nvg.model
Modifier and TypeMethodDescriptionstatic ELcdMS2525Standard
TLcdNVGSymbol.getMS2525Standard
(String aName) Returns the MS2525 standard of the given NVG standard name. -
Uses of ELcdMS2525Standard in com.luciad.format.nvg.nvg20.model
Modifier and TypeMethodDescriptionstatic List
<TLcdNVG20Content.ShapeType> TLcdNVG20BindingsUtil.getShapesForHierarchy
(ELcdMS2525Standard aMS2525Standard, String aSIDC) Retrieves the list of shapes for the SIDC code in the NVG 2.0 bindings of the given MS2525 Standard. -
Uses of ELcdMS2525Standard in com.luciad.symbology.milstd2525b.model
Modifier and TypeMethodDescriptionILcdMS2525bCoded.getMS2525Standard()
Returns the symbology standard used by this object.TLcdEditableMS2525bObject.getMS2525Standard()
TLcdMS2525bEchelonNode.getStandard()
Returns the standard.TLcdMS2525bNode.getStandard()
Returns the symbology standard of this tree.static ELcdMS2525Standard
Returns the enum constant of this class with the specified name.static ELcdMS2525Standard[]
ELcdMS2525Standard.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic TLcdMS2525bNode
TLcdMS2525bNode.get
(String aSIDC, ELcdMS2525Standard aStandard) Returns the hierarchy node for the given object.static TLcdMS2525bEchelonNode
TLcdMS2525bEchelonNode.getDefault
(ELcdMS2525Standard aStandard) Returns a default echelon modifierstatic String
TLcdEditableMS2525bObject.getDefaultMS2525Code
(ELcdMS2525Standard aMS2525Standard) Returns the default MIL-STD 2525 code for the given standard that is used by the constructor when no code is given.static TLcdMS2525bCode2HierarchyMap
TLcdMS2525bCode2HierarchyMap.getInstance
(ELcdMS2525Standard aStandard) Returns the singleton instance of the code to hierarchy signature map, using the given standard.static TLcdMS2525bEchelonNode
TLcdMS2525bEchelonNode.getRoot
(ELcdMS2525Standard aStandard) Returns a node with a hierarchic structure of all echelon modifiers of the given standard.static TLcdMS2525bNode
TLcdMS2525bNode.getRoot
(ELcdMS2525Standard aStandard) Returns a node with a hierarchic structure of all symbols of the given standard.static void
TLcdEditableMS2525bObject.setDefaultMS2525Code
(String aDefaultMS2525Code, ELcdMS2525Standard aMS2525Standard) Sets the default MIL-STD 2525 code to use when no code is given on construction.ModifierConstructorDescriptionTLcdEditableMS2525bObject
(ELcdMS2525Standard aStandard) Creates a new MIL-STD 2525 object for the given symbology version.TLcdEditableMS2525bObject
(String aMS2525bCode, ELcdMS2525Standard aStandard) Creates a new MIL-STD 2525 object with the given code and version. -
Uses of ELcdMS2525Standard in com.luciad.symbology.milstd2525b.view.gxy
Modifier and TypeMethodDescriptionTLcdDefaultMS2525bStyle.getAffiliationColor
(ELcdMS2525Standard aStandard, String aAffiliationValue) Deprecated.