コード例 #1
0
 def valid(self):
     "This property tests the validity of this Geometry."
     return capi.geos_isvalid(self.ptr)
コード例 #2
0
ファイル: geometry.py プロジェクト: Anoopsmohan/django-1
 def valid(self):
     "This property tests the validity of this Geometry."
     return capi.geos_isvalid(self.ptr)
コード例 #3
0
 def valid(self):
     "Test the validity of this Geometry."
     return capi.geos_isvalid(self.ptr)