MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLWPSExecuteRequest Class Reference

Detailed Description

Represents a WPS Execute operation request, to execute one identified Process. It encodes the Execute element of the WPS schema.

Public Member Functions

const char * address () const
 
const TSLWPSInputTypegetDataInputAt (unsigned int index) const
 
const OWS_1_1::TSLOWSCodeTypeidentifier () const
 
const char * language () const
 
unsigned int noOfDataInputs () const
 
const TSLWPSResponseFormTyperesponseForm () const
 

Member Function Documentation

◆ address()

const char * TSLWPSExecuteRequest::address ( ) const

Returns the address used in making the execute request.

◆ getDataInputAt()

const TSLWPSInputType * TSLWPSExecuteRequest::getDataInputAt ( unsigned int index) const

Retrieves a specified data input.

Parameters
indexThe index of the required data input.
Returns
a const pointer to the data input at the specified index. If there is no data input at the specified index then the method will return 0.

◆ identifier()

const OWS_1_1::TSLOWSCodeType & TSLWPSExecuteRequest::identifier ( ) const

Returns a const reference to the process identifier.

◆ language()

const char * TSLWPSExecuteRequest::language ( ) const

Returns the language specified in the execute request. All responses to this request should be formulated in this language, if supported. If none has been set this method returns 0.

◆ noOfDataInputs()

unsigned int TSLWPSExecuteRequest::noOfDataInputs ( ) const

Returns the number of data inputs specified in the execute request.

◆ responseForm()

const TSLWPSResponseFormType * TSLWPSExecuteRequest::responseForm ( ) const

Returns a const reference to the response form requested.