def within(self, other): """ <<<<<<< HEAD Returns true if the DE-9IM intersection matrix for the two Geometries ======= Return true if the DE-9IM intersection matrix for the two Geometries >>>>>>> 37c99181c9a6b95433d60f8c8ef9af5731096435 is T*F**F***. """ return capi.geos_within(self.ptr, other.ptr)
def within(self, other): """ Returns true if the DE-9IM intersection matrix for the two Geometries is T*F**F***. """ return capi.geos_within(self.ptr, other.ptr)