Uses of Class
com.luciad.wms.server.ALcdSLDWMSGXYLayerFactory
Packages that use ALcdSLDWMSGXYLayerFactory
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ALcdSLDWMSGXYLayerFactory in com.luciad.wms.server
Methods in com.luciad.wms.server that return ALcdSLDWMSGXYLayerFactoryModifier and TypeMethodDescriptionprotected ALcdSLDWMSGXYLayerFactory[]
ALcdOGCWMSCommandDispatcherFactory.createSLDWMSGXYLayerFactories
(jakarta.servlet.ServletConfig aServletConfig) Deprecated.protected ALcdSLDWMSGXYLayerFactory
TLcdOGCWMSCommandDispatcher.getCompositeSLDWMSGXYLayerFactory()
Returns a composite SLD WMS layer factory, containing all the registeredALcdSLDWMSGXYLayerFactory
instances.Methods in com.luciad.wms.server with parameters of type ALcdSLDWMSGXYLayerFactoryModifier and TypeMethodDescriptionvoid
TLcdOGCWMSCommandDispatcher.addSLDWMSGXYLayerFactory
(ALcdSLDWMSGXYLayerFactory aSLDWMSGXYLayerFactory) Adds aALcdSLDWMSGXYLayerFactory
to create aILcdGXYLayer
for SLD layers.
ALcdOGCWMSCommandDispatcherFactory.createWMSGXYLayerFactories(ServletConfig)
.