Uses of Interface
com.luciad.symbology.milstd2525b.model.ILcdMS2525bCoded
Packages that use 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
Methods in com.luciad.format.nvg.nvg15.model with parameters of type ILcdMS2525bCodedModifier and TypeMethodDescriptionvoidTLcdNVG15MapObject.setSymbolFromMS2525(ILcdMS2525bCoded aMS2525bCoded) Sets the values ofTLcdNVGSymbolandTLcdNVGModifiersproperties of this map object with respectively thecodeandthe modifiersof the MIL-2525 code. -
Uses of ILcdMS2525bCoded in com.luciad.format.nvg.nvg20.model
Methods in com.luciad.format.nvg.nvg20.model with parameters of type ILcdMS2525bCodedModifier and TypeMethodDescriptionvoidTLcdNVG20SymbolizedContent.setSymbolFromMS2525(ILcdMS2525bCoded aMS2525bCoded) Sets the values ofTLcdNVGSymbolandTLcdNVGModifiersproperties of this symbolized content with respectively thecodeandthe modifiersof the MIL-2525 code. -
Uses of ILcdMS2525bCoded in com.luciad.symbology.milstd2525b.model
Subinterfaces of ILcdMS2525bCoded in com.luciad.symbology.milstd2525b.modelModifier and TypeInterfaceDescriptioninterfaceThis interface represents anILcdMS2525bCodedthat can be edited.interfaceAn editable extension ofILcdEditableMS2525bShapethat allows to configure the geometric properties of the symbol.interfaceAnILcdMS2525bShapeis aILcdMS2525bCodedextension that contains geometric information about the symbol.Classes in com.luciad.symbology.milstd2525b.model that implement ILcdMS2525bCodedModifier and TypeClassDescriptionclassA general representation of an editable MIL-STD 2525 symbol.Methods in com.luciad.symbology.milstd2525b.model with parameters of type ILcdMS2525bCodedModifier and TypeMethodDescriptionbooleanTLcdMS2525bEchelonNode.canApplyOn(ILcdMS2525bCoded aObject) Returns if this echelon can be set on the given object.static TLcdMS2525bEchelonNodeTLcdMS2525bEchelonNode.get(ILcdMS2525bCoded aObject) Returns the echelon modifier currently set on the given object.Constructors in com.luciad.symbology.milstd2525b.model with parameters of type ILcdMS2525bCodedModifierConstructorDescriptionTLcdEditableMS2525bObject(ILcdMS2525bCoded aMS2525bCoded) Creates a MIL-STD 2525 (b or c) object given anILcdMS2525bCodedobject. -
Uses of ILcdMS2525bCoded in com.luciad.symbology.milstd2525b.view.lightspeed
Methods in com.luciad.symbology.milstd2525b.view.lightspeed that return ILcdMS2525bCodedModifier and TypeMethodDescriptionTLspMS2525bSymbolStyle.getMS2525bCoded()Returns the MS2525 coded object containing the symbol properties.Methods in com.luciad.symbology.milstd2525b.view.lightspeed with parameters of type ILcdMS2525bCodedModifier and TypeMethodDescriptionTLspMS2525bSymbolStyle.Builder.ms2525bCoded(ILcdMS2525bCoded aCoded) Sets the MS2525 coded object containing the symbol properties.