예제 #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
"""
예제 #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)