Uses of Interface
com.luciad.wms.server.ILcdWMSGetLegendGraphicRequestEncoder
Packages that use ILcdWMSGetLegendGraphicRequestEncoder
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdWMSGetLegendGraphicRequestEncoder in com.luciad.wms.server
Classes in com.luciad.wms.server that implement ILcdWMSGetLegendGraphicRequestEncoderModifier and TypeClassDescriptionclassThis class provides a legend graphic that depends on the type of model used: elevation, raster or vector.Methods in com.luciad.wms.server that return ILcdWMSGetLegendGraphicRequestEncoderModifier and TypeMethodDescriptionprotected ILcdWMSGetLegendGraphicRequestEncoder[]ALcdOGCWMSCommandDispatcherFactory.createWMSGetLegendGraphicEncoders(jakarta.servlet.ServletConfig aServletConfig) Overwrite this method to createILcdWMSGetLegendGraphicRequestEncoderobjects to be used for sending information on a WMS legend graphic request.TLcdWMSCommandDispatcherContext.getGetLegendGraphicRequestEncoder(String aGetLegendGraphicFormat) Returns the get legend graphic format encoder.Methods in com.luciad.wms.server that return types with arguments of type ILcdWMSGetLegendGraphicRequestEncoderModifier and TypeMethodDescriptionTLcdWMSCommandDispatcherContext.getGetLegendGraphicRequestEncoders()Returns the list of get legend graphic encoders.Methods in com.luciad.wms.server with parameters of type ILcdWMSGetLegendGraphicRequestEncoderModifier and TypeMethodDescriptionvoidTLcdOGCWMSCommandDispatcher.addWMSGetLegendGraphicEncoder(ILcdWMSGetLegendGraphicRequestEncoder aWMSGetLegendGraphicEncoder) Adds aILcdWMSGetLegendGraphicRequestEncoderimplementation for encoding legend graphics into a specific format, specified by their MIME-TYPE.