Uses of Class
com.luciad.view.lightspeed.layer.density.TLspDensityLayerBuilder
Packages that use TLspDensityLayerBuilder
Package
Description
Provides layering support for density layers.
-
Uses of TLspDensityLayerBuilder in com.luciad.view.lightspeed.layer.density
Methods in com.luciad.view.lightspeed.layer.density that return TLspDensityLayerBuilderModifier and TypeMethodDescriptionTLspDensityLayerBuilder.bodyScaleRange(ILcdInterval aBodyScaleRange) Deprecated.Sets the scale range for the body of the layer.TLspDensityLayerBuilder.bodyStyler(ILspStyler aBodyStyler) Deprecated.Sets the given body styler for the given paint state.TLspDensityLayerBuilder.bodyStyles(ALspStyle... aBodyStyles) Deprecated.Sets the given body styles.TLspDensityLayerBuilder.culling(boolean aUseCulling) Deprecated.Sets whether the layer should use culling or not, enabled by default.TLspDensityLayerBuilder.densityScaleFactor(float aDensityScaleFactor) Deprecated.TLspDensityLayerBuilder.elevationMode(ILspWorldElevationStyle.ElevationMode aElevationMode) Deprecated.When replacing the deprecatedTLspDensityPainterwith aTLspShapePainter, you can specify the elevation mode in the density styles (seeALspDensityStyle.getElevationMode()).TLspDensityLayerBuilder.filter(ILcdDynamicFilter aFilter) Deprecated.Sets a filter that will be used to filter objects to prevent them from being painted by the layer.Deprecated.TLspDensityLayerBuilder.indexColorModel(TLspIndexColorModelStyle aIndexColorModelStyle) Deprecated.When replacing the deprecatedTLspDensityPainterwith aTLspShapePainter, you can let the styler submit aTLspIndexColorModelStylein combination withALspDensityStyle.Deprecated.TLspDensityLayerBuilder.labeled()Deprecated.Sets whether to show labels with a default style.TLspDensityLayerBuilder.labelEditable(boolean aEditable) Deprecated.Sets whether the labels of the layer should be editable.TLspDensityLayerBuilder.labelEditor(ILspEditor aEditor) Deprecated.Sets a custom label editor for the layer, alternatively you can uselabelEditable(boolean)to enable a default label editor.TLspDensityLayerBuilder.labelPainter(ILspPainter aPainter) Deprecated.Allows setting a custom label painter on the layer.TLspDensityLayerBuilder.labelScaleRange(ILcdInterval aLabelScaleRange) Deprecated.Sets the scale range for the labels of the layerTLspDensityLayerBuilder.labelStyler(TLspPaintState aPaintState, ILspStyler aLabelStyler) Deprecated.Sets the given label styles for the given paint state.TLspDensityLayerBuilder.labelStyles(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Deprecated.Sets the given label styles for the given paint state.TLspDensityLayerBuilder.layerStyle(TLspLayerStyle aLayerStyle) Deprecated.TLspDensityLayerBuilder.layerType(ILspLayer.LayerType aLayerType) Deprecated.TLspDensityLayerBuilder.minimumObjectSizeForPainting(double aMinimumObjectSizeForPainting) Deprecated.Sets the minimum size of an object in the view for it to be painted and handled otherwise.Deprecated.static TLspDensityLayerBuilderTLspDensityLayerBuilder.newBuilder()Deprecated.static TLspDensityLayerBuilderTLspDensityLayerBuilder.newBuilder(ILspLayer.LayerType aLayerType) Deprecated.Creates a TLspDensityLayerBuilder.newBuilder with the given layer type.
TLspDensityPainterwith aTLspShapePainter, you can specify the density scale factor on theTLspIndexColorModelStyle(seeTLspIndexColorModelStyle.getScaleFactor()).