Uses of Class
com.luciad.wms.server.TLcdOGCWMSCommandDispatcher
Packages that use TLcdOGCWMSCommandDispatcher
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of TLcdOGCWMSCommandDispatcher in com.luciad.wms.server
Subclasses of TLcdOGCWMSCommandDispatcher in com.luciad.wms.serverModifier and TypeClassDescriptionclass
Deprecated.Since 2017.0 There is no need anymore for this class.Methods in com.luciad.wms.server that return TLcdOGCWMSCommandDispatcherModifier and TypeMethodDescriptionprotected TLcdOGCWMSCommandDispatcher
ALcdOGCWMSCommandDispatcherFactory.createOGCWMSCommandDispatcherInstance
(jakarta.servlet.ServletConfig aServletConfig) Creates a new instance (or an extension) ofTLcdOGCWMSCommandDispatcher
to be initialized.Methods in com.luciad.wms.server with parameters of type TLcdOGCWMSCommandDispatcherModifier and TypeMethodDescriptionprotected ILcdWMSCapabilitiesUpdater
ALcdOGCWMSCommandDispatcherFactory.createWMSCapabilitiesUpdater
(jakarta.servlet.ServletConfig aServletConfig, TLcdOGCWMSCommandDispatcher aCommandDispatcher, ILcdWMSCapabilitiesDecoder aDecoder) Deprecated.Starting from version 2017.0, the preferred way of working is to use theILcdWMSCapabilitiesProvider
.