Home
last modified time | relevance | path

Searched refs:msGEOSArea (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/mapscript/swiginc/
H A Dshape.i162 double getArea() { return msGEOSArea(self); } in getArea()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapgeos.c1364 double msGEOSArea(shapeObj *shape) in msGEOSArea() function
H A Dmapserver.h2913 MS_DLL_EXPORT double msGEOSArea(shapeObj *shape);
/dports/graphics/mapserver/mapserver-7.6.4/mapscript/php/
H A Dmapscript_i.c1486 return msGEOSArea(self); in shapeObj_getarea()