示例#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
"""