Uses of Class
com.luciad.wms.client.model.ALcdWMSNamedLayerStyle
Packages that use ALcdWMSNamedLayerStyle
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of ALcdWMSNamedLayerStyle in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return ALcdWMSNamedLayerStyleModifier and TypeMethodDescriptionabstract ALcdWMSNamedLayerStyle
ALcdWMSNamedLayer.getLocalNamedLayerStyle
(int aIndex) Returns the local named layer style at an index.abstract ALcdWMSNamedLayerStyle
ALcdWMSNamedLayer.getNamedLayerStyle
(int aIndex) Returns the named layer style at the specified index.TLcdWMSStyledNamedLayerWrapper.getNamedLayerStyle()
Returns the named layer style of thisTLcdWMSStyledNamedLayerWrapper
.Methods in com.luciad.wms.client.model with parameters of type ALcdWMSNamedLayerStyleModifier and TypeMethodDescriptionvoid
TLcdWMSStyledNamedLayerWrapper.setNamedLayerStyle
(ALcdWMSNamedLayerStyle aNamedLayerStyle) Sets the new named layer style to use for the corresponding named layer.Constructors in com.luciad.wms.client.model with parameters of type ALcdWMSNamedLayerStyleModifierConstructorDescriptionTLcdWMSStyledNamedLayerWrapper
(ALcdWMSNamedLayer aNamedLayer, ALcdWMSNamedLayerStyle aNamedLayerStyle) Constructs aTLcdWMSStyledNamedLayerWrapper
for aALcdWMSNamedLayer
with a given style.