Uses of Interface
com.luciad.symbology.milstd2525b.model.ILcdMS2525bCoded
Package
Description
This package contains a domain model to represent an NVG 1.4/1.5 data source.
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.
Provides a layer builder for MIL-STD 2525 b/c/d layers.
-
Uses of ILcdMS2525bCoded in com.luciad.format.nvg.nvg15.model
Modifier and TypeMethodDescriptionvoid
TLcdNVG15MapObject.setSymbolFromMS2525
(ILcdMS2525bCoded aMS2525bCoded) Sets the values ofTLcdNVGSymbol
andTLcdNVGModifiers
properties of this map object with respectively thecode
andthe modifiers
of the MIL-2525 code. -
Uses of ILcdMS2525bCoded in com.luciad.format.nvg.nvg20.model
Modifier and TypeMethodDescriptionvoid
TLcdNVG20SymbolizedContent.setSymbolFromMS2525
(ILcdMS2525bCoded aMS2525bCoded) Sets the values ofTLcdNVGSymbol
andTLcdNVGModifiers
properties of this symbolized content with respectively thecode
andthe modifiers
of the MIL-2525 code. -
Uses of ILcdMS2525bCoded in com.luciad.symbology.milstd2525b.model
Modifier and TypeInterfaceDescriptioninterface
This interface represents anILcdMS2525bCoded
that can be edited.interface
An editable extension ofILcdEditableMS2525bShape
that allows to configure the geometric properties of the symbol.interface
AnILcdMS2525bShape
is aILcdMS2525bCoded
extension that contains geometric information about the symbol.Modifier and TypeClassDescriptionclass
A general representation of an editable MIL-STD 2525 symbol.Modifier and TypeMethodDescriptionboolean
TLcdMS2525bEchelonNode.canApplyOn
(ILcdMS2525bCoded aObject) Returns if this echelon can be set on the given object.static TLcdMS2525bEchelonNode
TLcdMS2525bEchelonNode.get
(ILcdMS2525bCoded aObject) Returns the echelon modifier currently set on the given object.ModifierConstructorDescriptionTLcdEditableMS2525bObject
(ILcdMS2525bCoded aMS2525bCoded) Creates a MIL-STD 2525b object given anILcdMS2525bCoded
object. -
Uses of ILcdMS2525bCoded in com.luciad.symbology.milstd2525b.view.lightspeed
Modifier and TypeMethodDescriptionTLspMS2525bSymbolStyle.getMS2525bCoded()
Returns the MS2525 coded object containing the symbol properties.Modifier and TypeMethodDescriptionTLspMS2525bSymbolStyle.Builder.ms2525bCoded
(ILcdMS2525bCoded aCoded) Sets the MS2525 coded object containing the symbol properties.