Uses of Class
com.luciad.wms.client.model.TLcdWMSStyledNamedLayerWrapper
Packages that use TLcdWMSStyledNamedLayerWrapper
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of TLcdWMSStyledNamedLayerWrapper in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdWMSStyledNamedLayerWrapperModifier and TypeMethodDescriptionabstract TLcdWMSStyledNamedLayerWrapper
ALcdWMSProxy.getStyledNamedLayer
(int aIndex) Returns theTLcdWMSStyledNamedLayerWrapper
at an index.Methods in com.luciad.wms.client.model with parameters of type TLcdWMSStyledNamedLayerWrapperModifier and TypeMethodDescriptionabstract void
ALcdWMSProxy.addStyledNamedLayer
(TLcdWMSStyledNamedLayerWrapper aStyledNamedLayer) Adds a wrapper class for a named layer having a style to the list of layers to request from the WMS.abstract void
ALcdWMSProxy.moveStyledNamedLayer
(TLcdWMSStyledNamedLayerWrapper aStyledNamedLayer, int aToIndex) Moves theTLcdWMSStyledNamedLayerWrapper
from its current position to another specified index.