예제 #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
"""