Esempio n. 1
0
 def area(self):
     "Returns the area of the Geometry."
     return capi.geos_area(self.ptr, byref(c_double()))
Esempio n. 2
0
 def area(self):
     "Returns the area of the Geometry."
     return capi.geos_area(self.ptr, byref(c_double()))