コード例 #1
0
ファイル: geometry.py プロジェクト: Anoopsmohan/django-1
 def overlaps(self, other):
     """
     Returns true if the DE-9IM intersection matrix for the two Geometries
     is T*T***T** (for two points or two surfaces) 1*T***T** (for two curves).
     """
     return capi.geos_overlaps(self.ptr, other.ptr)
コード例 #2
0
 def overlaps(self, other):
     """
     Returns true if the DE-9IM intersection matrix for the two Geometries
     is T*T***T** (for two points or two surfaces) 1*T***T** (for two curves).
     """
     return capi.geos_overlaps(self.ptr, other.ptr)