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

Detailed Description

Abstract base class for all requests.

Public Member Functions

const char * address () const
 
const TSLWMSRequestDimensiongetDimensionAt (int index) const
 
int noOfDimensions () const
 

Protected Member Functions

 TSLWMSRequest ()
 
 ~TSLWMSRequest ()
 

Constructor & Destructor Documentation

◆ TSLWMSRequest()

TSLWMSRequest::TSLWMSRequest ( )
protected

◆ ~TSLWMSRequest()

TSLWMSRequest::~TSLWMSRequest ( )
protected

Member Function Documentation

◆ address()

const char * TSLWMSRequest::address ( ) const

Address through which the service was accessed.

◆ getDimensionAt()

const TSLWMSRequestDimension * TSLWMSRequest::getDimensionAt ( int index) const

Queries the nth additional dimension passed in the request.

Parameters
indexThe index of the dimension to request.
Returns
the dimension information on success or null otherwise.

◆ noOfDimensions()

int TSLWMSRequest::noOfDimensions ( ) const

Queries the number of additional dimensions passed in the request.