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

Function shapeObj_getcentroid

mapscript/php/mapscript_i.c:1169–1172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167
1168
1169pointObj *shapeObj_getcentroid(shapeObj *self)
1170{
1171 return msGEOSGetCentroid(self);
1172}
1173
1174double shapeObj_getarea(shapeObj *self)
1175{

Callers 1

shape.cFile · 0.85

Calls 1

msGEOSGetCentroidFunction · 0.85

Tested by

no test coverage detected