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