Uses of Class
com.luciad.symbology.view.lightspeed.TLspMilitarySymbologyLayerBuilder
Package
Description
Provides a layer builder for APP-6 and/or MIL-STD-2525 layers.
-
Uses of TLspMilitarySymbologyLayerBuilder in com.luciad.symbology.view.lightspeed
Modifier and TypeMethodDescriptionTLspMilitarySymbologyLayerBuilder.bodyEditable
(boolean aEditable) Sets whether the body of the symbols should be editable.TLspMilitarySymbologyLayerBuilder.bodyMapScaleRange
(TLcdDimensionInterval<TLcdMapScale> aBodyScaleRange) Sets the scale range for the body of the layer in unitless map scale ratios.TLspMilitarySymbologyLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the given body styler for the given paint state.TLspMilitarySymbologyLayerBuilder.culling
(boolean aUseCulling) Sets whether objects outside the visible view portion are culled and not painted.TLspMilitarySymbologyLayerBuilder.defaultStyle
(TLcdMilitarySymbolStyle aDefaultStyle) Sets the default symbol style that will be used if a domain object does not implementILcdStyledMilitarySymbol
.TLspMilitarySymbologyLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer.TLspMilitarySymbologyLayerBuilder.iconProvider
(ILcdObjectIconProvider aIconProvider) Overrides the default icon provider for non-line symbols.TLspMilitarySymbologyLayerBuilder.labelMapScaleRange
(TLcdDimensionInterval<TLcdMapScale> aLabelScaleRange) Sets the scale range for the labels of the layer in unitless map scale ratios.TLspMilitarySymbologyLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the given label styler for the given paint state.TLspMilitarySymbologyLayerBuilder.layerStyle
(TLspLayerStyle aLayerStyle) TLspMilitarySymbologyLayerBuilder.layerType
(ILspLayer.LayerType aLayerType) TLspMilitarySymbologyLayerBuilder.newBuilder()
TLspMilitarySymbologyLayerBuilder.objectViewMargin
(double aObjectViewMargin) Sets the largest possible difference (in pixels) between an object's model bounds and its painted representation's bounds that should be taken into account.TLspMilitarySymbologyLayerBuilder.objectWorldMargin
(double aObjectWorldMargin) Sets the largest possible difference (in meters) between an object's model bounds and its painted representation's bounds that should be taken into account.TLspMilitarySymbologyLayerBuilder.selectable
(boolean aSelectable) Sets whether the symbols should be selectable.