| 221 | } |
| 222 | |
| 223 | int mapObj_setWKTProjection(mapObj *self, char *string) { |
| 224 | return msOGCWKT2ProjectionObj(string, &(self->projection), self->debug); |
| 225 | } |
| 226 | |
| 227 | char *mapObj_getProjection(mapObj* self) { |
| 228 | return msGetProjectionString(&self->projection); |
no test coverage detected