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