Uses of Class
com.luciad.view.lightspeed.layer.raster.TLspRasterLayerBuilder
Package
Description
Provides layering support for raster layers.
-
Uses of TLspRasterLayerBuilder in com.luciad.view.lightspeed.layer.raster
Modifier and TypeMethodDescriptionTLspRasterLayerBuilder.borderFactor
(double aBorderFactor) Sets the size of the surplus border that is processed, relative to the view.TLspRasterLayerBuilder.borderFactor
(double aBorderFactor, boolean aIncludeTextureLoading) Sets the size of the surplus border that is processed, relative to the view, along with whether texture data loading should be included in this surplus processing.TLspRasterLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer.TLspRasterLayerBuilder.incrementalPainting
(boolean aIncrementalPainting) Sets whether the layer is repainted as soon as a tile becomes available.TLspRasterLayerBuilder.layerStyle
(TLspLayerStyle aLayerStyle) TLspRasterLayerBuilder.layerType
(ILspLayer.LayerType aLayerType) Sets the layer type.TLspRasterLayerBuilder.mapScaleRange
(TLcdDimensionInterval<TLcdMapScale> aScaleRange) Sets the scale range of the layer in unitless map scale ratios.Sets the model.static TLspRasterLayerBuilder
TLspRasterLayerBuilder.newBuilder()
TLspRasterLayerBuilder.sldStyle
(TLcdSLDFeatureTypeStyle aFeatureTypeStyle) Use the styling defined inaFeatureTypeStyle
to style the layer under creation.TLspRasterLayerBuilder.styler
(TLspPaintRepresentationState aPaintRepresentationState, ILspStyler aStyler) Sets the styler of the raster.