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

Function layerObj_getProjection

mapscript/php/mapscript_i.c:627–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 }
626
627char *layerObj_getProjection(layerObj* self) {
628 return msGetProjectionString(&self->projection);
629 }
630
631int layerObj_setProjection(layerObj *self, char *string) {
632 int nReturn;

Callers 1

layer.cFile · 0.85

Calls 1

msGetProjectionStringFunction · 0.85

Tested by

no test coverage detected