示例#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))
示例#2
0
文件: srs.py 项目: JMassapina/lettuce
 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)
示例#3
0
"""