Uses of Class
com.luciad.wms.sld.model.TLcdSLDUserLayer
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of TLcdSLDUserLayer in com.luciad.wms.server
Modifier and TypeMethodDescriptionboolean
ILcdRemoteOWSModelDecoder.canDecode
(TLcdSLDUserLayer aUserLayer, TLcdWMSRequestContext aWMSRequestContext) Checks whether thisILcdRemoteOWSModelDecoder
can 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 newILcdRemoteOWSModelDecoder
that 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 theILcdModel
corresponding to a user-defined layer.