![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
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 |
![]() | |
const char * | address () const |
const TSLWMSRequestDimension * | getDimensionAt (int index) const |
int | noOfDimensions () const |
Additional Inherited Members | |
![]() | |
TSLWMSRequest () | |
~TSLWMSRequest () | |
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.
const char * TSLWMSGetLegendGraphicRequest::layer | ( | ) | const |
The layer for which a legend should be produced.
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.
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.
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.