Home
last modified time | relevance | path

Searched refs:shapefileObj_getPoint (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dshapefile.c232 if (shapefileObj_getPoint(php_shapefile->shapefile, index, point) != MS_SUCCESS) { in PHP_METHOD()
H A Dphp_mapscript.h1108 int shapefileObj_getPoint(shapefileObj *self, int i, pointObj *point);
H A Dmapscript_i.c1612 int shapefileObj_getPoint(shapefileObj *self, int i, pointObj *point) in shapefileObj_getPoint() function