Uses of Class
com.luciad.wms.sld.model.TLcdSLDUserLayer
Packages that use TLcdSLDUserLayer
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of TLcdSLDUserLayer in com.luciad.wms.server
Methods in com.luciad.wms.server with parameters of type TLcdSLDUserLayerModifier and TypeMethodDescriptionbooleanILcdRemoteOWSModelDecoder.canDecode(TLcdSLDUserLayer aUserLayer, TLcdWMSRequestContext aWMSRequestContext) Checks whether thisILcdRemoteOWSModelDecodercan decode the supplied user-defined layer.abstract ILcdGXYLayer[]ALcdSLDWMSGXYLayerFactory.createGXYLayer(ILcdModel[] aModel, TLcdSLDUserLayer aUserLayer, TLcdSLDFeatureTypeStyle[] aStyle) This method shall create theILcdGXYLayer(s) representing the givenILcdModel(s), corresponding to a user-defined layer with a user-defined style.ALcdSLDWMSGXYLayerFactory.createGXYLayer(ILcdModel[] aModel, TLcdSLDUserLayer aUserLayer, TLcdSLDFeatureTypeStyle[] aStyle, TLcdWMSRequestContext aRequestContext) This method shall create theILcdGXYLayer(s) representing the givenILcdModel(s), corresponding to a user-defined layer with a user-defined style.ILcdRemoteOWSModelDecoderFactory.createModelDecoder(TLcdSLDUserLayer aUserLayer, TLcdWMSRequestContext aWMSRequestContext) Creates a newILcdRemoteOWSModelDecoderthat can decode the specified user-defined layer.ILcdRemoteOWSModelDecoder.decode(TLcdSLDUserLayer aUserLayer, TLcdWMSRequestContext aWMSRequestContext) Returns theILcdModel(s) corresponding to a user-defined layer.ILcdRemoteOWSModelProvider.getModel(TLcdSLDUserLayer aUserLayer, TLcdWMSRequestContext aWMSRequestContext) Returns theILcdModelcorresponding to a user-defined layer.