Uses of Class
com.luciad.format.dafif.lightspeed.TLspDAFIFLayerBuilder
Package
Description
This package provides a
layer builder
that can be used for DAFIF or DAFIFT data.-
Uses of TLspDAFIFLayerBuilder in com.luciad.format.dafif.lightspeed
Modifier and TypeMethodDescriptionTLspDAFIFLayerBuilder.bodyEditable
(boolean aEditable) Sets whether the body of the layer should be editable.TLspDAFIFLayerBuilder.bodyEditor
(ILspEditor aEditor) Sets the body editor for the layer, alternatively you can usebodyEditable(boolean)
to enable a default editor.TLspDAFIFLayerBuilder.bodyScaleRange
(ILcdInterval aBodyScaleRange) Sets the scale range for the body of the layer.TLspDAFIFLayerBuilder.bodyStyler
(TLspPaintState aPaintState, ILspStyler aBodyStyler) Sets the given body styler for the given paint state.TLspDAFIFLayerBuilder.editableSupported
(boolean aEditableSupported) Sets whether the layer should support editing.TLspDAFIFLayerBuilder.filter
(ILcdDynamicFilter aFilter) Sets a filter that will be used to filter objects to prevent them from being painted by the layer.Sets the legend icon for the layer.Sets the textual label for the layer.TLspDAFIFLayerBuilder.labelEditable
(boolean aEditable) Sets whether the labels of the layer should be editable.TLspDAFIFLayerBuilder.labelEditor
(ILspEditor aEditor) Sets a custom label editor for the layer, alternatively you can uselabelEditable(boolean)
to enable a default label editor.TLspDAFIFLayerBuilder.labelScaleRange
(ILcdInterval aLabelScaleRange) Sets the scale range for the labels of the layerTLspDAFIFLayerBuilder.labelStyler
(TLspPaintState aPaintState, ILspStyler aLabelStyler) Sets the given label styler for the given paint state.TLspDAFIFLayerBuilder.layerStyle
(TLspLayerStyle aLayerStyle) TLspDAFIFLayerBuilder.layerType
(ILspLayer.LayerType aLayerType) Sets the model used by the layer.static TLspDAFIFLayerBuilder
TLspDAFIFLayerBuilder.newBuilder()
Creates a new DAFIF layer builder with aTLspAISStyler
configured forDAFIF
.TLspDAFIFLayerBuilder.selectable
(boolean aSelectable) Sets whether the layer should be selectable.TLspDAFIFLayerBuilder.selectableSupported
(boolean aSelectableSupported) Sets whether the layer should support selection.TLspDAFIFLayerBuilder.sldLocations
(String... aSLDLocations) Configure extra locations of.sld
files in addition to the defaultDAFIF
configuration.