Example #1
0
 def contains(self, other):
     "Returns true if other.within(this) returns true."
     return capi.geos_contains(self.ptr, other.ptr)
Example #2
0
 def contains(self, other):
     "Returns true if other.within(this) returns true."
     return capi.geos_contains(self.ptr, other.ptr)