Uses of Class
com.luciad.format.mbtiles.view.lightspeed.TLspMBTilesVectorLayerBuilder
Package
Description
Provides support for visualizing MBTiles vector data in a Lightspeed view.
-
Uses of TLspMBTilesVectorLayerBuilder in com.luciad.format.mbtiles.view.lightspeed
Modifier and TypeMethodDescriptionTLspMBTilesVectorLayerBuilder.bodyMapScaleRange
(TLcdDimensionInterval<TLcdMapScale> aBodyScaleRange) Sets the body scale range for this layer in unitless map scale ratios.TLspMBTilesVectorLayerBuilder.bodyScaleRange
(ILcdInterval aBodyScaleRange) Sets the body scale range for this layer.TLspMBTilesVectorLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Sets the body styler for the given paint state.TLspMBTilesVectorLayerBuilder.bodyStyles
(TLspPaintState aPaintState, ALspStyle... aBodyStyles) Sets the body styles for the given paint state.TLspMBTilesVectorLayerBuilder.labelMapScaleRange
(TLcdDimensionInterval<TLcdMapScale> aLabelScaleRange) Sets the label scale range for this layer in unitless map scale ratios.TLspMBTilesVectorLayerBuilder.labelScaleRange
(ILcdInterval aLabelScaleRange) Sets the label scale range for this layer.TLspMBTilesVectorLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the label styler for the given paint state.TLspMBTilesVectorLayerBuilder.labelStyles
(TLspPaintState aPaintState, ALspStyle... aLabelStyles) Sets the label styles for the given paint state.TLspMBTilesVectorLayerBuilder.layerStyle
(TLspLayerStyle aLayerStyle) TLspMBTilesVectorLayerBuilder.newBuilder()
TLspMBTilesVectorLayerBuilder.qualityFactor
(double aFactor) Sets a quality factor that biases the level-of-detail selection of the vector tile layer.TLspMBTilesVectorLayerBuilder.selectable
(boolean aSelectable) TLspMBTilesVectorLayerBuilder.selectableSupported
(boolean aSelectableSupported) TLspMBTilesVectorLayerBuilder.sldStyle
(TLcdSLDFeatureTypeStyle aFeatureTypeStyle) Assigns the supplied SLD style to both the bodies and the labels of the vector tile layer.TLspMBTilesVectorLayerBuilder.uidProvider
(Function<Object, Object> aProvider) Sets a unique ID provider that you can use to identify a conceptual map feature across tile boundaries and detail levels.