class for packages.python._setCRS More...
Inheritance diagram for _setCRS:Public Member Functions | |
| def | __init__ (self, **kwargs) |
| def | __setattr__ (self, name, value) |
| def | __repr__ (self) |
| def | run (self) |
Public Attributes | |
| inFile | |
| epsgCode | |
| wkt | |
| copySource | |
| reset | |
Static Public Attributes | |
| list | attrs = ['inFile', 'epsgCode', 'wkt', 'copySource', 'reset'] |
| list | readonly_attrs = [] |
class for packages.python._setCRS
see Python script _setCRS for further details
| inFile | : name of ODM or raster file in GDAL supported format remark : mandatory |
| epsgCode | : EPSG code remark : optional |
| wkt | : filename containing CRS spec in WKT format remark : optional |
| copySource | : filename (ODM or raster) containing CRS spec in WKT format remark : optional |
| reset | : reset clears CRS contents from ODM/raster file remark : optional |