Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ projectionObj_getUnits
Function
projectionObj_getUnits
mapscript/php/mapscript_i.c:1341–1344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1339
}
1340
1341
int projectionObj_getUnits(projectionObj *self)
1342
{
1343
return GetMapserverUnitUsingProj(self);
1344
}
1345
1346
void projectionObj_destroy(projectionObj *self) {
1347
msFreeProjection(self);
Callers
1
projection.c
File · 0.85
Calls
1
GetMapserverUnitUsingProj
Function · 0.85
Tested by
no test coverage detected