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

Function shapefileObj_getExtent

mapscript/php/mapscript_i.c:1307–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305 }
1306
1307void shapefileObj_getExtent(shapefileObj *self, int i, rectObj *rect) {
1308 msSHPReadBounds(self->hSHP, i, rect);
1309 }
1310
1311int shapefileObj_add(shapefileObj *self, shapeObj *shape) {
1312 return msSHPWriteShape(self->hSHP, shape);

Callers 1

shapefile.cFile · 0.85

Calls 1

msSHPReadBoundsFunction · 0.85

Tested by

no test coverage detected