Uses of Interface
com.luciad.wms.server.ILcdWMSDescribeLayerRequestEncoder
Packages that use ILcdWMSDescribeLayerRequestEncoder
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdWMSDescribeLayerRequestEncoder in com.luciad.wms.server
Classes in com.luciad.wms.server that implement ILcdWMSDescribeLayerRequestEncoderModifier and TypeClassDescriptionclassExtension ofILcdWMSDescribeLayerRequestEncoderthat is capable of sending aDescribeLayerresponse that uses the default content typeapplication/vnd.ogc.wms_xmldefined for WMS 1.1.0 and later, and that complies to the WMS_DescribeLayerResponse DTD defined by the OGC 02-70 SLD specification.Methods in com.luciad.wms.server that return ILcdWMSDescribeLayerRequestEncoderModifier and TypeMethodDescriptionprotected ILcdWMSDescribeLayerRequestEncoder[]ALcdOGCWMSCommandDispatcherFactory.createWMSDescribeLayerEncoders(jakarta.servlet.ServletConfig aServletConfig) Overwrite this method to createILcdWMSDescribeLayerRequestEncoderobjects 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.Methods in com.luciad.wms.server that return types with arguments of type ILcdWMSDescribeLayerRequestEncoderModifier and TypeMethodDescriptionTLcdWMSCommandDispatcherContext.getDescribeLayerRequestEncoders()Returns the list of describe layer encoders.Methods in com.luciad.wms.server with parameters of type ILcdWMSDescribeLayerRequestEncoderModifier and TypeMethodDescriptionvoidTLcdOGCWMSCommandDispatcher.addWMSDescribeLayerEncoder(ILcdWMSDescribeLayerRequestEncoder aWMSDescribeLayerEncoder) Adds aILcdWMSDescribeLayerRequestEncoderimplementation for creating and encoding describe layer responses into a specific format, specified by their MIME-TYPE.