Uses of Interface
com.luciad.wms.server.ILcdWMSGXYLayerFactory
Packages that use ILcdWMSGXYLayerFactory
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdWMSGXYLayerFactory in com.luciad.wms.server
Classes in com.luciad.wms.server that implement ILcdWMSGXYLayerFactoryModifier and TypeClassDescriptionclassAbstract implementation ofILcdWMSGXYLayerFactorythat adds SLD support.Methods in com.luciad.wms.server that return ILcdWMSGXYLayerFactoryModifier and TypeMethodDescriptionprotected ILcdWMSGXYLayerFactory[]ALcdOGCWMSCommandDispatcherFactory.createWMSGXYLayerFactories(jakarta.servlet.ServletConfig aServletConfig) CreatesILcdWMSGXYLayerFactoryobjects to createILcdGXYLayerobjects for models corresponding with all types of WMS layers (named and user-defined).protected ILcdWMSGXYLayerFactoryTLcdOGCWMSCommandDispatcher.getCompositeWMSGXYLayerFactory()Returns a composite WMS layer factory, containing all the registeredILcdWMSGXYLayerFactoryinstances.Methods in com.luciad.wms.server with parameters of type ILcdWMSGXYLayerFactoryModifier and TypeMethodDescriptionvoidTLcdOGCWMSCommandDispatcher.addWMSGXYLayerFactory(ILcdWMSGXYLayerFactory aWMSGXYLayerFactory) Adds aILcdWMSGXYLayerFactoryto create aILcdGXYLayerfor aALcdWMSLayer.