Example #1
0
    def touches(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 FT*******, F**T***** or F***T****.
        """
        return capi.geos_touches(self.ptr, other.ptr)
Example #2
0
 def touches(self, other):
     """
     Returns true if the DE-9IM intersection matrix for the two Geometries
     is FT*******, F**T***** or F***T****.
     """
     return capi.geos_touches(self.ptr, other.ptr)
Example #3
0
 def touches(self, other):
     """
     Returns true if the DE-9IM intersection matrix for the two Geometries
     is FT*******, F**T***** or F***T****.
     """
     return capi.geos_touches(self.ptr, other.ptr)