Uses of Class
com.luciad.format.nvg.lightspeed.TLspNVGLayerBuilder
Packages that use TLspNVGLayerBuilder
Package
Description
Provides API for visualizing NVG data in a Lightspeed view.
-
Uses of TLspNVGLayerBuilder in com.luciad.format.nvg.lightspeed
Methods in com.luciad.format.nvg.lightspeed that return TLspNVGLayerBuilderModifier and TypeMethodDescriptionTLspNVGLayerBuilder.bodyEditable
(boolean aEditable) Sets whether the body of the symbols should be editable.TLspNVGLayerBuilder.bodyScaleRange
(ILcdInterval aBodyScaleRange) Sets the scale range for the body of the symbols.TLspNVGLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the given body styler for the given paint state.TLspNVGLayerBuilder.culling
(boolean aUseCulling) Sets whether objects outside the visible view portion are culled and not painted.TLspNVGLayerBuilder.editableSupported
(boolean aEditableSupported) Sets whether the layer should support editing.TLspNVGLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer.TLspNVGLayerBuilder.labelScaleRange
(ILcdInterval aLabelScaleRange) Sets the scale range for the labels of the symbols.TLspNVGLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the given label styler for the given paint state.TLspNVGLayerBuilder.layerStyle
(TLspLayerStyle aLayerStyle) TLspNVGLayerBuilder.layerType
(ILspLayer.LayerType aLayerType) static TLspNVGLayerBuilder
TLspNVGLayerBuilder.newBuilder()
TLspNVGLayerBuilder.selectable
(boolean aSelectable) Sets whether the symbols should be selectable.