コード例 #1
0
ファイル: geometry.py プロジェクト: Kenstogram/my-first-blog
    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)
コード例 #2
0
ファイル: geometry.py プロジェクト: Anoopsmohan/django-1
 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)
コード例 #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)