class for packages.python.utilsImageOverlay More...
Inheritance diagram for utilsImageOverlay:Public Member Functions | |
| def | __init__ (self, **kwargs) |
| def | __setattr__ (self, name, value) |
| def | __repr__ (self) |
| def | run (self) |
Public Attributes | |
| colFile | |
| shdFile | |
| outFile | |
Static Public Attributes | |
| list | attrs = ['colFile', 'shdFile', 'outFile'] |
| list | readonly_attrs = [] |
class for packages.python.utilsImageOverlay
see Python script utilsImageOverlay for further details
| colFile | : raster file containing a (palette) color image remark : mandatory |
| shdFile | : raster file containing a hill shading (gray image) remark : mandatory |
| outFile | : raster file containing a combination of colFile and shdFile) remark : mandatory |