Uses of Interface
com.luciad.wms.server.ILcdWMSGXYLayerFactory
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdWMSGXYLayerFactory in com.luciad.wms.server
Modifier and TypeClassDescriptionclass
Abstract implementation ofILcdWMSGXYLayerFactory
that adds SLD support.Modifier and TypeMethodDescriptionprotected ILcdWMSGXYLayerFactory[]
ALcdOGCWMSCommandDispatcherFactory.createWMSGXYLayerFactories
(jakarta.servlet.ServletConfig aServletConfig) CreatesILcdWMSGXYLayerFactory
objects to createILcdGXYLayer
objects for models corresponding with all types of WMS layers (named and user-defined).protected ILcdWMSGXYLayerFactory
TLcdOGCWMSCommandDispatcher.getCompositeWMSGXYLayerFactory()
Returns a composite WMS layer factory, containing all the registeredILcdWMSGXYLayerFactory
instances.Modifier and TypeMethodDescriptionvoid
TLcdOGCWMSCommandDispatcher.addWMSGXYLayerFactory
(ILcdWMSGXYLayerFactory aWMSGXYLayerFactory) Adds aILcdWMSGXYLayerFactory
to create aILcdGXYLayer
for aALcdWMSLayer
.