Exemplo n.º 1
0
 def ImportFromPCI(self, *args):
     """ImportFromPCI(SpatialReference self, char const * proj, char const * units, double [17] argin=0) -> OGRErr"""
     return _osr.SpatialReference_ImportFromPCI(self, *args)
Exemplo n.º 2
0
 def ImportFromPCI(self, *args):
     """ImportFromPCI(self, char proj, char units = "METRE", double argin = 0) -> OGRErr"""
     return _osr.SpatialReference_ImportFromPCI(self, *args)