MCPcopy 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
1341int projectionObj_getUnits(projectionObj *self)
1342{
1343 return GetMapserverUnitUsingProj(self);
1344}
1345
1346void projectionObj_destroy(projectionObj *self) {
1347 msFreeProjection(self);

Callers 1

projection.cFile · 0.85

Calls 1

Tested by

no test coverage detected