Module Change Grid Values - Flood Fill (interactive)
Interactively use the flood fill method to replace a grid's cell values. If the target is not set, the changes will be stored to the original grid.
- Author: (c) 2005 by A.Ringeler, (c) 2006 by O.Conrad
- Specification: grid, interactive
- Menu: Grid|Values
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grid | Grid (input) | GRID_IN | - | - |
Output | Changed Grid (*) | Grid (optional output) | GRID_OUT | - | - |
Options | Fill Value | Floating point | FILL | - | Default: 1.000000 |
Value to be replaced | Choice | METHOD | - | Available Choices: [0] value at mouse position [1] fixed value [2] tolerance as absolute values Default: 0 |
Fixed value to be replaced | Floating point | ZFIXED | - | Default: 0.000000 |
Upper Tolerance | Floating point | DZMAX | - | Default: 1.000000 |
Lower Tolerance | Floating point | DZMIN | - | Default: -1.000000 |
Fill NoData | Boolean | NODATA | - | Default: 0 |
(*) optional |
Command-line
this interactive module can not be executed.