MCPcopy Index your code
hub / github.com/MapServer/MapServer / mapObj_getProjection

Function mapObj_getProjection

mapscript/php/mapscript_i.c:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 }
226
227char *mapObj_getProjection(mapObj* self) {
228 return msGetProjectionString(&self->projection);
229 }
230
231int mapObj_setProjection(mapObj* self, char *string) {
232 return(msLoadProjectionString(&(self->projection), string));

Callers 1

map.cFile · 0.85

Calls 1

msGetProjectionStringFunction · 0.85

Tested by

no test coverage detected