RasterMergeOperation Enumeration
Specifies the way in which rasters are merged by RasterMergeOperator.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEOperators assembly)
Syntax
public enum RasterMergeOperationValues
| Value name | Value | Description |
|---|---|---|
| Fill | 0 | If a cell is undefined in the first raster, the cell value from the second raster will be used; otherwise the cell value from the first raster will be used. In other words, undefined areas in the first raster will be filled in by data from the second raster. |
| Add | 1 | Raster values will be added. |
| Min | 2 | The minimum raster value will be used. |
| Max | 3 | The maximum raster value will be used. |
Platforms
Windows, Linux, Android