Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
627
char *layerObj_getProjection(layerObj* self) {
628
return msGetProjectionString(&self->projection);
629
}
630
631
int layerObj_setProjection(layerObj *self, char *string) {
632
int nReturn;
Callers
1
layer.c
File · 0.85
Calls
1
msGetProjectionString
Function · 0.85
Tested by
no test coverage detected