Uses of Class
com.luciad.view.lightspeed.style.TLspScaleBasedStylerBuilder
Packages that use TLspScaleBasedStylerBuilder
-
Uses of TLspScaleBasedStylerBuilder in com.luciad.view.lightspeed.style
Methods in com.luciad.view.lightspeed.style that return TLspScaleBasedStylerBuilderModifier and TypeMethodDescriptionstatic TLspScaleBasedStylerBuilderTLspScaleBasedStyler.newBuilder()Creates a new builder without configured stylers.static TLspScaleBasedStylerBuilderTLspScaleBasedStylerBuilder.newBuilder()Create a new builder instanceTLspScaleBasedStylerBuilder.styler(double aMinScale, double aMaxScale, ALspStyler aStyler) Deprecated.TLspScaleBasedStylerBuilder.styler(TLcdDimensionInterval<TLcdMapScale> aScaleRange, ILspStyler aStyler) Adds a styler for the specified scale range.Deprecated.use the method with theTLcdMapScaleto avoid confusionTLspScaleBasedStylerBuilder.styles(TLcdMapScale aMinScale, TLcdMapScale aMaxScale, ALspStyle... aStyles) Adds styles for the specified scale range.
TLcdMapScaleto avoid confusion