Uses of Class
com.luciad.wms.client.model.ALcdWMSNamedLayerStyle
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of ALcdWMSNamedLayerStyle in com.luciad.wms.client.model
Modifier 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
.Modifier and TypeMethodDescriptionvoid
TLcdWMSStyledNamedLayerWrapper.setNamedLayerStyle
(ALcdWMSNamedLayerStyle aNamedLayerStyle) Sets the new named layer style to use for the corresponding named layer.ModifierConstructorDescriptionTLcdWMSStyledNamedLayerWrapper
(ALcdWMSNamedLayer aNamedLayer, ALcdWMSNamedLayerStyle aNamedLayerStyle) Constructs aTLcdWMSStyledNamedLayerWrapper
for aALcdWMSNamedLayer
with a given style.