![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Represent a WMS GetMap request.
Public Member Functions | |
const TSLWMSGetMapRequestLayer * | getRequestLayerAt (int index) const |
int | noOfOriginalRequestLayers () const |
int | noOfRequestLayers () const |
const char * | outputFormat () const |
![]() | |
const TSLWMSBoundingBox & | boundingBox () const |
int | height () const |
int | width () const |
int | version () const |
Queries the requested version of the WMS response. Examples: (TSLWMSVersionUnsupported, TSLWMSVersion_1_0_0, TSLWMSVersion_1_1_0, TSLWMSVersion_1_1_1, TSLWMSVersion_1_3_0 ) | |
bool | transparent () const |
![]() | |
const char * | address () const |
const TSLWMSRequestDimension * | getDimensionAt (int index) const |
int | noOfDimensions () const |
Static Public Member Functions | |
static TSLWMSGetMapRequest * | isGetMapRequest (TSLWMSRequest *request) |
static const TSLWMSGetMapRequest * | isGetMapRequest (const TSLWMSRequest *request) |
Protected Member Functions | |
TSLWMSGetMapRequest () | |
~TSLWMSGetMapRequest () | |
![]() | |
TSLWMSGetMapRequestBase () | |
~TSLWMSGetMapRequestBase () | |
![]() | |
TSLWMSRequest () | |
~TSLWMSRequest () | |
|
protected |
|
protected |
const TSLWMSGetMapRequestLayer * TSLWMSGetMapRequest::getRequestLayerAt | ( | int | index | ) | const |
Queries the nth layer in the LAYERS parameter of the request. Layers not served by this data source will be filtered to the list used will only contain layers served by the data source it is passed to.
index | The index of the layer name to retrieve. |
|
static |
|
static |
int TSLWMSGetMapRequest::noOfOriginalRequestLayers | ( | ) | const |
Return the number of layers in the LAYERS parameter of the original request, including those layers not served by this data source.
(The request object passed to the plugin may be a subset of the original request.)
int TSLWMSGetMapRequest::noOfRequestLayers | ( | ) | const |
Return the number of layers in the LAYERS parameter of the request. Layers not served by this data source will be filtered to the list used will only contain layers served by the data source it is passed to.
const char * TSLWMSGetMapRequest::outputFormat | ( | ) | const |
Queries the output format of the request.