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