コード例 #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
ファイル: srs.py プロジェクト: letouriste001/SmartForest_2.0
"""