Example #1
0
 def point_on_surface(self):
     "Computes an interior point of this Geometry."
     return self._topology(capi.geos_pointonsurface(self.ptr))
Example #2
0
 def point_on_surface(self):
     "Computes an interior point of this Geometry."
     return self._topology(capi.geos_pointonsurface(self.ptr))