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