MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLWMSGetMapRasterResponse Class Reference
Inheritance diagram for TSLWMSGetMapRasterResponse:

Detailed Description

Base class for GetMap raster type responses.

Public Member Functions

bool transparentColour (unsigned char &r, unsigned char &g, unsigned char &b) const
 
- Public Member Functions inherited from TSLWMSGetMapResponse
TSLWMSResponseCacheability cacheability () const
 
void cacheability (TSLWMSResponseCacheability value)
 
TSLDrawingSurfacegetDrawingSurface ()
 
void releaseDrawingSurface ()
 

Static Public Member Functions

static TSLWMSGetMapRasterResponseisRasterResponse (TSLWMSGetMapResponse *response)
 

Protected Member Functions

 TSLWMSGetMapRasterResponse ()
 
 ~TSLWMSGetMapRasterResponse ()
 
- Protected Member Functions inherited from TSLWMSGetMapResponse
 TSLWMSGetMapResponse ()
 
 ~TSLWMSGetMapResponse ()
 

Constructor & Destructor Documentation

◆ TSLWMSGetMapRasterResponse()

TSLWMSGetMapRasterResponse::TSLWMSGetMapRasterResponse ( )
protected

◆ ~TSLWMSGetMapRasterResponse()

TSLWMSGetMapRasterResponse::~TSLWMSGetMapRasterResponse ( )
protected

Member Function Documentation

◆ isRasterResponse()

static TSLWMSGetMapRasterResponse * TSLWMSGetMapRasterResponse::isRasterResponse ( TSLWMSGetMapResponse * response)
static

◆ transparentColour()

bool TSLWMSGetMapRasterResponse::transparentColour ( unsigned char & r,
unsigned char & g,
unsigned char & b ) const

Queries the transparent colour that the resultant image will have set, assuming transparency has been requested and that the output format supports transparency through a transparent colour.

Parameters
rThe red component of the transparent colour
gThe green component of the transparent colour
bThe blue component of the transparent colour
Returns
false if a transparent colour does not apply, due to transparency not being requested, or true otherwise. If true is returned, the parameters passed will be populated with the transparent colour.