Uses of Class
com.luciad.lidar.lightspeed.TLspLIDARLayerBuilder
Packages that use TLspLIDARLayerBuilder
Package
Description
This package contains a layer builder to visualized large point clouds.
-
Uses of TLspLIDARLayerBuilder in com.luciad.lidar.lightspeed
Methods in com.luciad.lidar.lightspeed that return TLspLIDARLayerBuilderModifier and TypeMethodDescriptionTLspLIDARLayerBuilder.bodyScaleRange(ILcdInterval aScaleRange) Sets a scale range within which the objects are displayed.TLspLIDARLayerBuilder.bodyStyler(TLspPaintState aPaintState, ILspStyler aStyler) Sets the styler used for the points in theBODYpaint representation.TLspLIDARLayerBuilder.bodyStyles(TLspPaintState aPaintState, TLspPlotStyle... aStyles) Sets a (fixed) set of styles to use in this layer for theBODYpaint representation.TLspLIDARLayerBuilder.layerStyle(TLspLayerStyle aLayerStyle) TLspLIDARLayerBuilder.layerType(ILspLayer.LayerType aLayerType) The layer type of lidar layers cannot be set.TLspLIDARLayerBuilder.mandatoryAttributes(ILcdExpression... aMandatoryAttributes) Set a list of attributes that should always be loaded, regardless of what is necessary for styling and filtering.static TLspLIDARLayerBuilderTLspLIDARLayerBuilder.newBuilder()Creates a new builder.