コード例 #1
0
ファイル: geos.py プロジェクト: eglrp/SurrogateTools
 def disjoint(self, *args): return _geos.Geometry_disjoint(self, *args)
 def touches(self, *args): return _geos.Geometry_touches(self, *args)
コード例 #2
0
 def disjoint(self, *args):
     return _geos.Geometry_disjoint(self, *args)