Uses of Interface
com.luciad.wms.server.ILcdWMSSLDFeatureTypeStyleProvider
Packages that use ILcdWMSSLDFeatureTypeStyleProvider
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdWMSSLDFeatureTypeStyleProvider in com.luciad.wms.server
Methods in com.luciad.wms.server that return ILcdWMSSLDFeatureTypeStyleProviderModifier 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.Methods in com.luciad.wms.server with parameters of type ILcdWMSSLDFeatureTypeStyleProviderModifier 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.