コード例 #1
0
ファイル: geometry.py プロジェクト: Anoopsmohan/django-1
 def intersects(self, other):
     "Returns true if disjoint returns false."
     return capi.geos_intersects(self.ptr, other.ptr)
コード例 #2
0
 def intersects(self, other):
     "Returns true if disjoint returns false."
     return capi.geos_intersects(self.ptr, other.ptr)