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 ALcdWMSNamedLayerStyleALcdWMSNamedLayer.getLocalNamedLayerStyle(int aIndex) Returns the local named layer style at an index.abstract ALcdWMSNamedLayerStyleALcdWMSNamedLayer.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 TypeMethodDescriptionvoidTLcdWMSStyledNamedLayerWrapper.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 aTLcdWMSStyledNamedLayerWrapperfor aALcdWMSNamedLayerwith a given style.