Uses of Interface
com.luciad.wms.server.ILcdWMSDescribeLayerRequestEncoder
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdWMSDescribeLayerRequestEncoder in com.luciad.wms.server
Modifier and TypeClassDescriptionclass
Extension ofILcdWMSDescribeLayerRequestEncoder
that is capable of sending aDescribeLayer
response that uses the default content typeapplication/vnd.ogc.wms_xml
defined for WMS 1.1.0 and later, and that complies to the WMS_DescribeLayerResponse DTD defined by the OGC 02-70 SLD specification.Modifier and TypeMethodDescriptionprotected ILcdWMSDescribeLayerRequestEncoder[]
ALcdOGCWMSCommandDispatcherFactory.createWMSDescribeLayerEncoders
(jakarta.servlet.ServletConfig aServletConfig) Overwrite this method to createILcdWMSDescribeLayerRequestEncoder
objects to be used for sending information on a WMS describe layer request.TLcdWMSCommandDispatcherContext.getDescribeLayerRequestEncoder
(String aDescribeLayerFormat) Returns the describe layer request encoder for the requested format.Modifier and TypeMethodDescriptionTLcdWMSCommandDispatcherContext.getDescribeLayerRequestEncoders()
Returns the list of describe layer encoders.Modifier and TypeMethodDescriptionvoid
TLcdOGCWMSCommandDispatcher.addWMSDescribeLayerEncoder
(ILcdWMSDescribeLayerRequestEncoder aWMSDescribeLayerEncoder) Adds aILcdWMSDescribeLayerRequestEncoder
implementation for creating and encoding describe layer responses into a specific format, specified by their MIME-TYPE.