MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLWMSGetLegendGraphicRequest Class Reference
Inheritance diagram for TSLWMSGetLegendGraphicRequest:

Detailed Description

This class represents a GetLegendGraphic request. This is an optionally supported request type that allows the server to produce legends for particular layer/style combinations. Plugins must implement the TSLWMSLegendSupport interface if they wish to support this is capability.

Public Member Functions

const int * height () const
 
const char * layer () const
 
const double * scale () const
 
const char * style () const
 
const int * width () const
 
- Public Member Functions inherited from TSLWMSRequest
const char * address () const
 
const TSLWMSRequestDimensiongetDimensionAt (int index) const
 
int noOfDimensions () const
 

Additional Inherited Members

- Protected Member Functions inherited from TSLWMSRequest
 TSLWMSRequest ()
 
 ~TSLWMSRequest ()
 

Member Function Documentation

◆ height()

const int * TSLWMSGetLegendGraphicRequest::height ( ) const

The request may suggest a height for the response, but the plugin is not obliged to use it. If the request did not specify a height, this value will be NULL.

◆ layer()

const char * TSLWMSGetLegendGraphicRequest::layer ( ) const

The layer for which a legend should be produced.

◆ scale()

const double * TSLWMSGetLegendGraphicRequest::scale ( ) const

The request may suggest a scale for the data that the legend should describe, but the plugin is not obliged to use it. If the request did not specify a scale, this value will be NULL.

◆ style()

const char * TSLWMSGetLegendGraphicRequest::style ( ) const

The style for which a legend should be produced. This value may be NULL, indicated that the default style should be used.

◆ width()

const int * TSLWMSGetLegendGraphicRequest::width ( ) const

The request may suggest a width for the response, but the plugin is not obliged to use it. If the request did not specify a width, this value will be NULL.