| 989 | } |
| 990 | |
| 991 | void shapeObj_destroy(shapeObj *self) { |
| 992 | msFreeShape(self); |
| 993 | free(self); |
| 994 | } |
| 995 | |
| 996 | int shapeObj_project(shapeObj *self, projectionObj *in, projectionObj *out) { |
| 997 | return msProjectShape(in, out, self); |
no test coverage detected