![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
enum TSLWPSDataTypeEnum |
This enumeration lists the possible response forms of the WPS process. It encodes the choices listed in the ResponseFormType element from the WPS Schema.
Responses from a WPS can either be a response document (encoded in XML) or raw data (for example, an image).
Enumerator | |
---|---|
TSLWPSResponseFormTypeResponseDocument | |
TSLWPSResponseFormTypeRawDataOutput |
enum TSLWPSStatusTypeEnum |
This enumeration lists the possible execution status that can be reported in a response to an execute request. It encodes the StatusType element from the WPS Schema.
Note that a user implemented plugin should only ever report the status as either TSLWPSStatusTypeProcessSucceeded or TSLWPSStatusTypeProcessFailed. The others are reported by the WPS framework. Note that pausing of processes is not supported.
Enumerator | |
---|---|
TSLWPSStatusTypeProcessAccepted | |
TSLWPSStatusTypeProcessStarted | |
TSLWPSStatusTypeProcessPaused | |
TSLWPSStatusTypeProcessSucceeded | |
TSLWPSStatusTypeProcessFailed |