Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1169
pointObj *shapeObj_getcentroid(shapeObj *self)
1170
{
1171
return msGEOSGetCentroid(self);
1172
}
1173
1174
double shapeObj_getarea(shapeObj *self)
1175
{
Callers
1
shape.c
File · 0.85
Calls
1
msGEOSGetCentroid
Function · 0.85
Tested by
no test coverage detected