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

Function layerObj_setWKTProjection

mapscript/php/mapscript_i.c:622–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620 }
621
622int layerObj_setWKTProjection(layerObj *self, char *string) {
623 self->project = MS_TRUE;
624 return msOGCWKT2ProjectionObj(string, &(self->projection), self->debug);
625 }
626
627char *layerObj_getProjection(layerObj* self) {
628 return msGetProjectionString(&self->projection);

Callers 1

layer.cFile · 0.85

Calls 1

msOGCWKT2ProjectionObjFunction · 0.85

Tested by

no test coverage detected