Uses of Class
com.luciad.wms.server.model.ALcdWMSLayerStyle
Packages that use ALcdWMSLayerStyle
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
Modeling of server capabilities.
-
Uses of ALcdWMSLayerStyle in com.luciad.wms.server
Methods in com.luciad.wms.server with parameters of type ALcdWMSLayerStyleModifier and TypeMethodDescriptionILcdWMSOnlineResourceResolver.resolveOnlineResource
(int aType, TLcdOWSOnlineResource[] aOnlineResources, ALcdWMSLayer aSourceLayer, ALcdWMSLayerStyle aSourceLayerStyle, TLcdWMSRequestContext aWMSRequestContext) Returns the online resource(s) corresponding to the supplied type. -
Uses of ALcdWMSLayerStyle in com.luciad.wms.server.model
Subclasses of ALcdWMSLayerStyle in com.luciad.wms.server.modelModifier and TypeClassDescriptionclass
Default implementation ofALcdWMSLayerStyle
.Methods in com.luciad.wms.server.model that return ALcdWMSLayerStyleModifier and TypeMethodDescriptionabstract ALcdWMSLayerStyle
ALcdWMSLayer.getWMSLayerStyle
(int aIndex) Returns one of the new styles defined by this layer (for the specific index).TLcdWMSLayer.getWMSLayerStyle
(int aIndex) Methods in com.luciad.wms.server.model with parameters of type ALcdWMSLayerStyleModifier and TypeMethodDescriptionvoid
TLcdWMSLayer.addStyle
(ALcdWMSLayerStyle aWMSStyle) Adds a style for thisALcdWMSLayer
and its children.