MCPcopy Create free account
hub / github.com/MapServer/MapServer / mapObj_setWKTProjection

Function mapObj_setWKTProjection

mapscript/php/mapscript_i.c:223–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

msOGCWKT2ProjectionObjFunction · 0.85

Tested by

no test coverage detected