Exemplo n.º 1
0
 def SetVertCS(self, *args):
     """SetVertCS(SpatialReference self, char const * VertCSName, char const * VertDatumName, int VertDatumType=0) -> OGRErr"""
     return _osr.SpatialReference_SetVertCS(self, *args)
Exemplo n.º 2
0
 def SetVertCS(self, *args):
     """
     SetVertCS(self, char VertCSName = "unnamed", char VertDatumName = "unnamed", 
         int VertDatumType = 0) -> OGRErr
     """
     return _osr.SpatialReference_SetVertCS(self, *args)