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