fmeobjects.FMERaster.setModified
- FMERaster.setModified(modified)
Sets whether the raster has been modified from some baseline state. This will initially be set to
False
for rasters generated by readers. Then, any calls that alter the raster will cause the modified state to becomeTrue
(this does not need to be explicitly set; it will occur automatically).- Parameters:
modified (bool) – Specifies whether the raster has been modified from the baseline state.
- Return type:
None