MCPcopy Create free account
hub / github.com/MapServer/MapServer / msGEOSFreeWKT

Function msGEOSFreeWKT

mapgeos.c:646–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646void msGEOSFreeWKT(char* pszGEOSWKT)
647{
648#ifdef USE_GEOS
649#if GEOS_VERSION_MAJOR > 3 || (GEOS_VERSION_MAJOR == 3 && GEOS_VERSION_MINOR >= 2)
650 GEOSFree(pszGEOSWKT);
651#endif
652#else
653 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSFreeWKT()");
654#endif
655}
656
657/*
658** Analytical functions exposed to MapServer/MapScript.

Callers 2

msShapeToWKTFunction · 0.85

Calls 1

msSetErrorFunction · 0.85

Tested by

no test coverage detected