Uses of Interface
com.luciad.wms.server.ILcdWMSSLDFeatureTypeStyleProvider
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdWMSSLDFeatureTypeStyleProvider in com.luciad.wms.server
Modifier and TypeMethodDescriptionprotected ILcdWMSSLDFeatureTypeStyleProvider
ALcdOGCWMSCommandDispatcherFactory.createSLDFeatureTypeStyleProvider
(jakarta.servlet.ServletConfig aServletConfig) Creates anILcdWMSSLDFeatureTypeStyleProvider
that can provide afeature type style
for a WMS layer.TLcdOGCWMSCommandDispatcher.getSLDFeatureTypeStyleProvider()
TheILcdSLDFeatureTypeStyleProvider
that is currently used by the command dispatcher.Modifier and TypeMethodDescriptionvoid
TLcdOGCWMSCommandDispatcher.setSLDFeatureTypeStyleProvider
(ILcdWMSSLDFeatureTypeStyleProvider aSLDFeatureTypeStyleProvider) Sets aILcdSLDFeatureTypeStyleProvider
to be used within the command dispatcher to obtain SLD feature type styles for a WMS layer if no feature type style is included in the request.