Uses of Interface
com.luciad.wms.server.ILcdWMSGetLegendGraphicRequestEncoder
Package
Description
Implementation of the OGC Web Map Service (WMS) specification.
-
Uses of ILcdWMSGetLegendGraphicRequestEncoder in com.luciad.wms.server
Modifier and TypeClassDescriptionclass
This class provides a legend graphic that depends on the type of model used: elevation, raster or vector.Modifier and TypeMethodDescriptionprotected ILcdWMSGetLegendGraphicRequestEncoder[]
ALcdOGCWMSCommandDispatcherFactory.createWMSGetLegendGraphicEncoders
(jakarta.servlet.ServletConfig aServletConfig) Overwrite this method to createILcdWMSGetLegendGraphicRequestEncoder
objects to be used for sending information on a WMS legend graphic request.TLcdWMSCommandDispatcherContext.getGetLegendGraphicRequestEncoder
(String aGetLegendGraphicFormat) Returns the get legend graphic format encoder.Modifier and TypeMethodDescriptionTLcdWMSCommandDispatcherContext.getGetLegendGraphicRequestEncoders()
Returns the list of get legend graphic encoders.Modifier and TypeMethodDescriptionvoid
TLcdOGCWMSCommandDispatcher.addWMSGetLegendGraphicEncoder
(ILcdWMSGetLegendGraphicRequestEncoder aWMSGetLegendGraphicEncoder) Adds aILcdWMSGetLegendGraphicRequestEncoder
implementation for encoding legend graphics into a specific format, specified by their MIME-TYPE.