Uses of Class
com.luciad.format.s52.lightspeed.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
Modifier 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 TLspS52LayerBuilder
TLspS52LayerBuilder.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 settings
to use in this layer.TLspS52LayerBuilder.s52ProductConfiguration
(TLcdS52ProductConfiguration aProductConfiguration) Specify theS52 product configuration
to use in this layer.TLspS52LayerBuilder.s52Symbology
(ILcdS52Symbology aSymbology) Specify theS52 symbology
to use in this layer.TLspS52LayerBuilder.s57ProductConfiguration
(TLcdS57ProductConfiguration aProductConfiguration) Specify theS57 product configuration
to use in this layer.TLspS52LayerBuilder.selectable
(boolean aSelectable) Sets whether the elements in the layer should be selectable.