Exemple #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)))
Exemple #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)))
Exemple #3
0
"""