Package com.luciad.wms.server
Class ALcdOGCSLDWMSCommandDispatcherFactory
java.lang.Object
com.luciad.wms.server.ALcdWMSCommandDispatcherFactory
com.luciad.wms.server.ALcdOGCWMSCommandDispatcherFactory
com.luciad.wms.server.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 Summary
Constructors -
Method Summary
Methods inherited from class com.luciad.wms.server.ALcdOGCWMSCommandDispatcherFactory
configureSettings, createAdditionalAttributeListForViewPoolCacheKey, createAdditionalParameterListForViewPoolCacheKey, createFallbackGXYLayerFactories, createGXYViewEncoders, createModelDecoderFactories, createModelProvider, createOGCWMSCommandDispatcherInstance, createReferenceParsersSFCT, createRemoteOWSModelDecoderFactories, createSLDFeatureTypeStyleProvider, createSLDGXYLayerFactories, createSLDWMSGXYLayerFactories, createWMSCapabilitiesDecoder, createWMSCapabilitiesProvider, createWMSCapabilitiesUpdater, createWMSCommandDispatcher, createWMSDescribeLayerEncoders, createWMSFeatureInfoEncoders, createWMSGetFeatureInfoEncoders, createWMSGetLegendGraphicEncoders, createWMSGXYLayerFactories, createWMSGXYViewFactory, createWMSOnlineResourceResolver
-
Constructor Details
-
ALcdOGCSLDWMSCommandDispatcherFactory
public ALcdOGCSLDWMSCommandDispatcherFactory()Deprecated.
-