Package | Description |
---|---|
com.luciad.wms.client.lightspeed |
This package contains the layer builder for visualizing
ALcdWMSProxy
instances in a Lightspeed view. |
Modifier and Type | Method and Description |
---|---|
TLspWMSLayerBuilder |
TLspWMSLayerBuilder.borderFactor(double aBorderFactor)
Sets the surplus border factor value used to request images from the Web Map Server (WMS).
|
TLspWMSLayerBuilder |
TLspWMSLayerBuilder.filter(ILcdDynamicFilter aFilter)
Sets a filter that will be used to filter objects to prevent them from
being painted by the layer.
|
TLspWMSLayerBuilder |
TLspWMSLayerBuilder.icon(ILcdIcon aIcon) |
TLspWMSLayerBuilder |
TLspWMSLayerBuilder.label(String aLabel)
Sets the label of the layer.
|
TLspWMSLayerBuilder |
TLspWMSLayerBuilder.layerStyle(TLspLayerStyle aLayerStyle) |
TLspWMSLayerBuilder |
TLspWMSLayerBuilder.layerType(ILspLayer.LayerType aLayerType)
This method is not supported for WMS layers.
|
TLspWMSLayerBuilder |
TLspWMSLayerBuilder.model(ILcdModel aModel)
Sets the model of the layer.
|
static TLspWMSLayerBuilder |
TLspWMSLayerBuilder.newBuilder()
Returns a new layer builder with the default settings
|
TLspWMSLayerBuilder |
TLspWMSLayerBuilder.paintStrategy(ELcdWMSPaintStrategy aPaintStrategy)
Sets the layer's painting strategy.
|
TLspWMSLayerBuilder |
TLspWMSLayerBuilder.styler(TLspPaintRepresentationState aPaintRepresentationState,
ILspStyler aStyler)
Sets the styler used to visualize the image.
|