Home
last modified time | relevance | path

Searched refs:MS_GEOSERR (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c789 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSFreeWKT()"); in msGEOSFreeWKT()
852 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSBuffer()"); in msGEOSBuffer()
940 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSBoundary()"); in msGEOSBoundary()
1002 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSUnion()"); in msGEOSUnion()
1118 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSContains()"); in msGEOSContains()
1180 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSWithin()"); in msGEOSWithin()
1211 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSCrosses()"); in msGEOSCrosses()
1294 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSTouches()"); in msGEOSTouches()
1325 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSEquals()"); in msGEOSEquals()
1385 msSetError(MS_GEOSERR, "GEOS support is not available.", "msGEOSArea()"); in msGEOSArea()
[all …]
H A Dmaperror.h75 #define MS_GEOSERR 33 macro