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

Function shapeObj_contains_geos

mapscript/php/mapscript_i.c:1113–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1111}
1112
1113int shapeObj_contains_geos(shapeObj *self, shapeObj *shape)
1114{
1115 return msGEOSContains(self, shape);
1116}
1117
1118shapeObj *shapeObj_Union(shapeObj *self, shapeObj *shape)
1119{

Callers 1

shape.cFile · 0.85

Calls 1

msGEOSContainsFunction · 0.85

Tested by

no test coverage detected