MCPcopy Index your code
hub / github.com/MapServer/MapServer / shapefileObj_getPoint

Function shapefileObj_getPoint

mapscript/php/mapscript_i.c:1288–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1286 }
1287
1288int shapefileObj_getPoint(shapefileObj *self, int i, pointObj *point) {
1289 if(i<0 || i>=self->numshapes)
1290 return -1;
1291
1292 return msSHPReadPoint(self->hSHP, i, point);
1293 }
1294
1295int shapefileObj_getTransformed(shapefileObj *self, mapObj *map,
1296 int i, shapeObj *shape) {

Callers 1

shapefile.cFile · 0.85

Calls 1

msSHPReadPointFunction · 0.85

Tested by

no test coverage detected