コード例 #1
0
 def import_wkt(self, wkt):
     "Imports the Spatial Reference from OGC WKT (string)"
     capi.from_wkt(self.ptr, byref(c_char_p(wkt)))
コード例 #2
0
ファイル: srs.py プロジェクト: JMassapina/lettuce
 def import_wkt(self, wkt):
     "Imports the Spatial Reference from OGC WKT (string)"
     capi.from_wkt(self.ptr, byref(c_char_p(wkt)))
コード例 #3
0
ファイル: srs.py プロジェクト: letouriste001/SmartForest_2.0
"""