Ejemplo n.º 1
0
 def import_user_input(self, user_input):
     "Imports the Spatial Reference from the given user input string."
     capi.from_user_input(self.ptr, force_bytes(user_input))
Ejemplo n.º 2
0
 def import_user_input(self, user_input):
     "Imports the Spatial Reference from the given user input string."
     capi.from_user_input(self.ptr, user_input)
Ejemplo n.º 3
0
"""