![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|

Abstract base class of GetMap requests.
Public Member Functions | |
| 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 |
Public Member Functions inherited from TSLWMSRequest | |
| const char * | address () const |
| const TSLWMSRequestDimension * | getDimensionAt (int index) const |
| int | noOfDimensions () const |
Protected Member Functions | |
| TSLWMSGetMapRequestBase () | |
| ~TSLWMSGetMapRequestBase () | |
Protected Member Functions inherited from TSLWMSRequest | |
| TSLWMSRequest () | |
| ~TSLWMSRequest () | |
|
protected |
|
protected |
| const TSLWMSBoundingBox & TSLWMSGetMapRequestBase::boundingBox | ( | ) | const |
Queries the bounding box of the request.
| int TSLWMSGetMapRequestBase::height | ( | ) | const |
Queries the requested height of the response.
| bool TSLWMSGetMapRequestBase::transparent | ( | ) | const |
Queries the requested transparent of the response.
| int TSLWMSGetMapRequestBase::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 )
| int TSLWMSGetMapRequestBase::width | ( | ) | const |
Queries the requested width of the response.