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

Function shapefileObj_addPoint

mapscript/php/mapscript_i.c:1315–1317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1313 }
1314
1315int shapefileObj_addPoint(shapefileObj *self, pointObj *point) {
1316 return msSHPWritePoint(self->hSHP, point);
1317 }
1318
1319/**********************************************************************
1320 * class extensions for projectionObj

Callers 1

shapefile.cFile · 0.85

Calls 1

msSHPWritePointFunction · 0.85

Tested by

no test coverage detected