Uses of Class
com.luciad.format.s52.lightspeed.TLspS52LayerBuilder
Packages that use TLspS52LayerBuilder
Package
Description
This package provides a
layer builder
to create layers for S57 data (individual cells and catalogues).-
Uses of TLspS52LayerBuilder in com.luciad.format.s52.lightspeed
Methods in com.luciad.format.s52.lightspeed that return TLspS52LayerBuilderModifier and TypeMethodDescriptionTLspS52LayerBuilder.filter(ILcdDynamicFilter aFilter) Specify a filter on the objects on this layer.TLspS52LayerBuilder.layerStyle(TLspLayerStyle aLayerStyle) TLspS52LayerBuilder.layerType(ILspLayer.LayerType aLayerType) Sets the model the layer should be created for.static TLspS52LayerBuilderTLspS52LayerBuilder.newBuilder()Creates a new builder with default settings.TLspS52LayerBuilder.opacity(float aOpacity) Sets the overall transparency of the layer with aTLspLayerStyle.TLspS52LayerBuilder.s52DisplaySettings(TLcdS52DisplaySettings aDisplaySettings) Specify theS52 display settingsto use in this layer.TLspS52LayerBuilder.s52ProductConfiguration(TLcdS52ProductConfiguration aProductConfiguration) Specify theS52 product configurationto use in this layer.TLspS52LayerBuilder.s52Symbology(ILcdS52Symbology aSymbology) Specify theS52 symbologyto use in this layer.TLspS52LayerBuilder.s57ProductConfiguration(TLcdS57ProductConfiguration aProductConfiguration) Specify theS57 product configurationto use in this layer.TLspS52LayerBuilder.selectable(boolean aSelectable) Sets whether the elements in the layer should be selectable.