Uses of Class
com.luciad.view.lightspeed.layer.plots.TLspPlotLayerBuilder
Package
Description
Provides a custom layer optimized for displaying large static datasets containing points.
Provides a custom layer optimized for displaying large static datasets containing points.
-
Uses of TLspPlotLayerBuilder in com.luciad.realtime.lightspeed.plots
-
Uses of TLspPlotLayerBuilder in com.luciad.view.lightspeed.layer.plots
Modifier and TypeMethodDescriptionTLspPlotLayerBuilder.bodyMapScaleRange
(TLcdDimensionInterval<TLcdMapScale> aBodyScaleRange) Sets the scale range for the body of the layer in unitless map scale ratios.TLspPlotLayerBuilder.bodyScaleRange
(ILcdInterval aScaleRange) Sets a scale range within which the objects are displayed.TLspPlotLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aStyler) Sets the styler used for the points in theBODY
paint representation.TLspPlotLayerBuilder.bodyStyles
(TLspPaintState aPaintState, TLspPlotStyle... aStyles) Sets a (fixed) set of styles to use in this layer for theBODY
paint representation.Sets the icon of the layer.Sets the label of the layer.TLspPlotLayerBuilder.labelEditable
(boolean aEditable) Sets whether the labels of the layer should be editable.TLspPlotLayerBuilder.labelEditor
(ILspEditor aEditor) Sets a custom label editor for the layer, alternatively you can uselabelEditable(boolean)
to enable a default label editor.TLspPlotLayerBuilder.labelMapScaleRange
(TLcdDimensionInterval<TLcdMapScale> aLabelScaleRange) Sets the scale range for the labels of the layer in unitless map scale ratios.TLspPlotLayerBuilder.labelScaleRange
(ILcdInterval aScaleRange) Sets a scale range within which the objects' labels are displayed.TLspPlotLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the given label styler for the given paint state.TLspPlotLayerBuilder.labelStyles
(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Sets the given label styles for the given paint state.TLspPlotLayerBuilder.layerStyle
(TLspLayerStyle aLayerStyle) TLspPlotLayerBuilder.layerType
(ILspLayer.LayerType aLayerType) The layer type of plot layers cannot be set. Sets the layer type of the layer.TLspPlotLayerBuilder.mandatoryAttributes
(ILcdExpression... aMandatoryAttributes) Set a list of attributes that should always be loaded, regardless of what is necessary for styling and filtering.TLspPlotLayerBuilder.mandatoryOrientation
(boolean aOrientationMandatory) Indicates that orientation information should always be loaded, regardless of styling and filtering.Sets the model of the layer.static TLspPlotLayerBuilder
TLspPlotLayerBuilder.newBuilder()
Creates a new builder.TLspPlotLayerBuilder.paintingHints
(TLspPlotPaintingHints aPaintingHints) Sets the painting hints to be used by created layers.TLspPlotLayerBuilder.selectable
(boolean aSelectable) Specifies whether layers should be selectable.
TLspPlotLayerBuilder
instead.