|
Allow Python to access the directory containing the MapServer DLL (for Python on Windows only) |
|
Creates map objects from mapfile strings. |
|
Attempts to recover all dynamically allocated resources allocated by MapServer code and dependent libraries. |
|
Some memory leaks can be avoided by closing any unreferenced connections from time to time. |
|
Generic function to free a imageObj |
|
Get the MapServer error object |
|
Return a string of all errors |
|
Returns a string containing MapServer version information, and details on what optional components are built in - the same report as produced by |
|
Returns the MapServer version number (x.y.z) as an integer (x*10000 + y*100 + z) e.g. V7.4.2 would return 70402. |
|
Strip off all MIME headers and return them in a hashTableObj |
|
Fetch the current stdout buffer contents as a binary buffer. |
|
Fetch the current stdout buffer contents as a string. |
|
Installs a mapserver IO handler directing future stdin reading (i.e. post request capture) to come from a buffer. |
|
Installs a mapserver IO handler directing future stdout output to a memory buffer. |
|
Resets the default stdin and stdout handlers in place of buffer based handlers. |
|
Strip all Content-* headers off the stdout buffer if it has any. |
|
Strip the Content-type header off the stdout buffer if it has one, and if a content type is found it is returned (otherwise NULL/None/etc). |
|
Sets up string-based mapfile loading and calls loadMapInternal to do the work |
|
Clear the list of error objects |
|
Saves a map image to a file |
|
Sets up threads and font cache - called when MapScript is initialised |