MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLWMSLegendSupport Class Referenceabstract

Detailed Description

A plugin data source may optionally implement this interface if it supports this capability.

Public Member Functions

virtual ~TSLWMSLegendSupport ()=0
 
virtual bool getLegendGraphic (const TSLWMSGetLegendGraphicRequest &request, TSLWMSGetLegendGraphicResponse &response)=0
 

Constructor & Destructor Documentation

◆ ~TSLWMSLegendSupport()

virtual TSLWMSLegendSupport::~TSLWMSLegendSupport ( )
pure virtual

Member Function Documentation

◆ getLegendGraphic()

virtual bool TSLWMSLegendSupport::getLegendGraphic ( const TSLWMSGetLegendGraphicRequest & request,
TSLWMSGetLegendGraphicResponse & response )
pure virtual

This method will be called when the server receives a valid GetLegendGraphic request that requests a layer served by this plugin.

A description of the request is provided via the request parameter and the plugin should populate the response object appropriately.