Class ALcdOGCSLDWMSCommandDispatcherFactory


public abstract class ALcdOGCSLDWMSCommandDispatcherFactory extends ALcdOGCWMSCommandDispatcherFactory
Deprecated.
All Styled Layer Descriptor support is now available via ALcdOGCWMSCommandDispatcherFactory (since 2017.0).
Obsolete extension of ALcdOGCWMSCommandDispatcherFactory.

This class used to extend the ALcdOGCWMSCommandDispatcherFactory to add support for Styled Layer Descriptors. This is now all available within the ALcdOGCWMSCommandDispatcherFactory.

Enabling user style support can be done through the servlet configuration parameter enableUserStyleSupport. Add the following snippet within the web.xml description of the WMS servlet.

   <init-param>
     <param-name>enableUserStyleSupport</param-name>
     <param-value>true</param-value>
   </init-param>
 
  • Constructor Details

    • ALcdOGCSLDWMSCommandDispatcherFactory

      public ALcdOGCSLDWMSCommandDispatcherFactory()
      Deprecated.