Home
last modified time | relevance | path

Searched refs:msGEOSIntersects (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/mapscript/swiginc/
H A Dshape.i157 …int intersects(shapeObj *shape) { return msGEOSIntersects(self, shape); } /* if GEOS is not presen… in intersects()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapparser.y440 rval = msGEOSIntersects($3, $5);
451 rval = msGEOSIntersects($1, $3);
H A Dhittest.c218 if(!msGEOSIntersects(&shape,&searchpoly)) { in msHitTestLayer()
H A Dmapparser.c2124 rval = msGEOSIntersects((yyvsp[-3].shpval), (yyvsp[-1].shpval)); in yyparse()
2140 rval = msGEOSIntersects((yyvsp[-2].shpval), (yyvsp[0].shpval)); in yyparse()
H A Dmapgeos.c1219 int msGEOSIntersects(shapeObj *shape1, shapeObj *shape2) in msGEOSIntersects() function
H A Dmapproject.c1323 if( msGEOSIntersects(&tmpShapeInputLine, &(reprojector->splitShape)) )
H A Dmapserver.h2908 MS_DLL_EXPORT int msGEOSIntersects(shapeObj *shape1, shapeObj *shape2);