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 TypeClassDescriptionclassDefault implementation ofALcdWMSLayerStyle.Methods in com.luciad.wms.server.model that return ALcdWMSLayerStyleModifier and TypeMethodDescriptionabstract ALcdWMSLayerStyleALcdWMSLayer.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 TypeMethodDescriptionvoidTLcdWMSLayer.addStyle(ALcdWMSLayerStyle aWMSStyle) Adds a style for thisALcdWMSLayerand its children.