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