![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Helper class to facilitate the use of the WPS results storage capability. A user implemented plugin can utilise this class in order to store process results and ascertain the URLs required to access them as web resources.
Public Member Functions | |
| bool | createStoreItem (const char *mimeType, const char *encoding, const unsigned char *data, unsigned int dataLength, TSLSimpleString &url) |
| bool TSLWPSStoreHelper::createStoreItem | ( | const char * | mimeType, |
| const char * | encoding, | ||
| const unsigned char * | data, | ||
| unsigned int | dataLength, | ||
| TSLSimpleString & | url ) |
Creates a store item (a process output) and, if successful, supplies the URL required to access it as a web resource.
| mimeType | The mimetype of the item to store. |
| encoding | The encoding of the item to store. |
| data | The data content of the item to store. |
| dataLength | The size, in unsigned chars, of the data buffer passed into the call. |
| url | Reference to a simple string that will be populated with the access URL in the event that the item is stored successfully. |