コード例 #1
0
ファイル: srs.py プロジェクト: JMassapina/lettuce
 def import_proj(self, proj):
     "Imports the Spatial Reference from a PROJ.4 string."
     capi.from_proj(self.ptr, proj)
コード例 #2
0
ファイル: srs.py プロジェクト: letouriste001/SmartForest_2.0
"""
コード例 #3
0
 def import_proj(self, proj):
     "Imports the Spatial Reference from a PROJ.4 string."
     capi.from_proj(self.ptr, proj)
コード例 #4
0
ファイル: srs.py プロジェクト: ZekriSara/pfe
 def import_proj(self, proj):
     """Import the Spatial Reference from a PROJ string."""
     capi.from_proj(self.ptr, proj)