![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class represents a layer name and style combination from either a Get Map or GetFeatureInfo request. Instances can be retrieved from either the TSLWMSGetMapRequest or TSLWMSGetFeatureInfoRequest classes, but it is not user-createable.
Public Member Functions | |
const char * | layerName () const |
unsigned int | layerOriginalIndex () const |
const char * | layerStyle () const |
const char * TSLWMSGetMapRequestLayer::layerName | ( | ) | const |
Queries the name of the layer, passed in the LAYERS parameter
unsigned int TSLWMSGetMapRequestLayer::layerOriginalIndex | ( | ) | const |
Queries the index of the layer in the original request. (The request objects passed to plugins may be subsets of the original requests.)
const char * TSLWMSGetMapRequestLayer::layerStyle | ( | ) | const |
Queries the name of the style for that layer, passed in the STYLES parameter. This is often an empty string to denote the default style.