![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
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 TSLWPSInputType * | getDataInputAt (unsigned int index) const |
| const OWS_1_1::TSLOWSCodeType & | identifier () const |
| const char * | language () const |
| unsigned int | noOfDataInputs () const |
| const TSLWPSResponseFormType * | responseForm () const |
| const char * TSLWPSExecuteRequest::address | ( | ) | const |
Returns the address used in making the execute request.
| const TSLWPSInputType * TSLWPSExecuteRequest::getDataInputAt | ( | unsigned int | index | ) | const |
Retrieves a specified data input.
| index | The index of the required data input. |
| const OWS_1_1::TSLOWSCodeType & TSLWPSExecuteRequest::identifier | ( | ) | const |
Returns a const reference to the process identifier.
| 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.
| unsigned int TSLWPSExecuteRequest::noOfDataInputs | ( | ) | const |
Returns the number of data inputs specified in the execute request.
| const TSLWPSResponseFormType * TSLWPSExecuteRequest::responseForm | ( | ) | const |
Returns a const reference to the response form requested.