![]() |
MapLink Pro 11.1.1.0.
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 |
![]() | |
const char * | address () const |
const TSLWMSRequestDimension * | getDimensionAt (int index) const |
int | noOfDimensions () const |
Protected Member Functions | |
TSLWMSGetMapRequestBase () | |
~TSLWMSGetMapRequestBase () | |
![]() | |
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.