Uses of Class
com.luciad.wms.server.TLcdOGCWMSCommandDispatcher
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of TLcdOGCWMSCommandDispatcher in com.luciad.wms.server
Modifier and TypeClassDescriptionclass
Deprecated.Since 2017.0 There is no need anymore for this class.Modifier and TypeMethodDescriptionprotected TLcdOGCWMSCommandDispatcher
ALcdOGCWMSCommandDispatcherFactory.createOGCWMSCommandDispatcherInstance
(jakarta.servlet.ServletConfig aServletConfig) Creates a new instance (or an extension) ofTLcdOGCWMSCommandDispatcher
to be initialized.Modifier 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
.