Esempio n. 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)))
Esempio n. 2
0
 def import_wkt(self, wkt):
     "Imports the Spatial Reference from OGC WKT (string)"
     capi.from_wkt(self.ptr, byref(c_char_p(wkt)))
Esempio n. 3
0
"""