Exemplo n.º 1
0
 def import_proj(self, proj):
     "Imports the Spatial Reference from a PROJ.4 string."
     capi.from_proj(self.ptr, proj)
Exemplo n.º 2
0
"""
Exemplo n.º 3
0
 def import_proj(self, proj):
     "Imports the Spatial Reference from a PROJ.4 string."
     capi.from_proj(self.ptr, proj)
Exemplo n.º 4
0
Arquivo: srs.py Projeto: ZekriSara/pfe
 def import_proj(self, proj):
     """Import the Spatial Reference from a PROJ string."""
     capi.from_proj(self.ptr, proj)