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