Uses of Class
com.luciad.fusion.client.view.lightspeed.TLspFusionVectorLayerBuilder
Package
Description
Provides support for visualizing LuciadFusion vector data models in a Lightspeed view.
-
Uses of TLspFusionVectorLayerBuilder in com.luciad.fusion.client.view.lightspeed
Modifier and TypeMethodDescriptionTLspFusionVectorLayerBuilder.bodyPainter
(ILspPainter aPainter) Deprecated.TLspFusionVectorLayerBuilder.bodyScaleRange
(ILcdInterval aBodyScaleRange) Deprecated.Sets the scale range for the body of the layer.TLspFusionVectorLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Deprecated.Sets the given body styler for the given paint state.TLspFusionVectorLayerBuilder.bodyStyles
(TLspPaintState aPaintState, ALspStyle... aBodyStyles) Deprecated.Sets the given body styles for the given paint state.TLspFusionVectorLayerBuilder.fallbackBodyStyler
(TLspPaintState aPaintState, ILspStyler aFallbackBodyStyler) Deprecated.Sets the body styler which is used as fallback when the coverage does not contain SLD information nor VPF data.TLspFusionVectorLayerBuilder.fallbackLabelStyler
(TLspPaintState aPaintState, ILspStyler aFallbackLabelStyler) Deprecated.Sets the label styler which is used as fallback when the coverage does not contains SLD information nor VPF data.TLspFusionVectorLayerBuilder.filter
(ILcdDynamicFilter aFilter) Deprecated.Sets a filter that will be used to filter objects to prevent them from being painted by the layer.Deprecated.Deprecated.TLspFusionVectorLayerBuilder.labelPainter
(ILspPainter aPainter) Deprecated.Customizing the label painter should be done by using thelabelStyler(com.luciad.view.lightspeed.layer.TLspPaintState, com.luciad.view.lightspeed.style.styler.ILspStyler)
orlabelStyles(com.luciad.view.lightspeed.layer.TLspPaintState, com.luciad.view.lightspeed.style.ALspStyle...)
method.TLspFusionVectorLayerBuilder.labelScaleRange
(ILcdInterval aLabelScaleRange) Deprecated.Sets the scale range for the labels of the layerTLspFusionVectorLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Deprecated.Sets the given label styler for the given paint state.TLspFusionVectorLayerBuilder.labelStyles
(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Deprecated.Sets the given label styles for the given paint state.TLspFusionVectorLayerBuilder.layerType
(ILspLayer.LayerType aLayerType) Deprecated.TLspFusionVectorLayerBuilder.minimumObjectSizeForPainting
(double aMinimumObjectSizeForPainting) Deprecated.Sets the minimum size of an object in the view for it to be painted and handled otherwise.Deprecated.static TLspFusionVectorLayerBuilder
TLspFusionVectorLayerBuilder.newBuilder()
Deprecated.Returns a new layer builder with the default settings.TLspFusionVectorLayerBuilder.objectViewMargin
(double aObjectViewMargin) Deprecated.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.TLspFusionVectorLayerBuilder.objectWorldMargin
(double aObjectWorldMargin) Deprecated.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.TLspFusionVectorLayerBuilder.paintingHints
(TLspShapePaintingHints aPaintingHints) Deprecated.Sets the painting hints to be used by created layers.TLspFusionVectorLayerBuilder.selectable
(boolean aSelectable) Deprecated.Sets whether the layer should be selectable.
bodyStyler(com.luciad.view.lightspeed.layer.TLspPaintState, com.luciad.view.lightspeed.style.styler.ILspStyler)
orbodyStyles(com.luciad.view.lightspeed.layer.TLspPaintState, com.luciad.view.lightspeed.style.ALspStyle...)
method.