Exemple #1
0
 def import_proj(self, proj):
     "Imports the Spatial Reference from a PROJ.4 string."
     capi.from_proj(self.ptr, proj)
Exemple #2
0
"""
Exemple #3
0
 def import_proj(self, proj):
     "Imports the Spatial Reference from a PROJ.4 string."
     capi.from_proj(self.ptr, proj)
Exemple #4
0
 def import_proj(self, proj):
     """Import the Spatial Reference from a PROJ string."""
     capi.from_proj(self.ptr, proj)