| GM_CombineOp_t8 Enumeration |
Available operations when combining terrain layers
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
Copy
public enum GM_CombineOp_t8| Member name | Value | Description | |
|---|---|---|---|
| CombineOp_Add | 0 | Addition | |
| CombineOp_SubtractSigned | 1 | Subtraction (Difference) - Signed | |
| CombineOp_SubtractUnsigned | 2 | Subtraction (Difference) - Unsigned | |
| CombineOp_Average | 3 | Average Elevation | |
| CombineOp_Minimum | 4 | Minimum Elevation | |
| CombineOp_Maximum | 5 | Maximum Elevation | |
| CombineOp_Multiply | 6 | Multiply the values from the layers together | |
| CombineOp_Divide | 7 | Divide the First Layer Value by the Second | |
| CombineOp_FilterKeepFirstIfSecond | 8 | Filter - Keep First Layer Value only if Second Layer Value Valid | |
| CombineOp_KeepFirstIfGTSecond | 9 | Filter - Keep First Layer Value only if Greater Than Second Layer Value | |
| CombineOp_KeepFirstIfLTSecond | 10 | Filter - Keep First Layer Value only if Less Than Second Layer Value | |
| CombineOp_KeepFirstIfSecondGTVal | 11 | Filter - Keep First Layer Value only if Second Layer Value > Some Value | |
| CombineOp_KeepFirstIfSecondLTVal | 12 | Filter - Keep First Layer Value only if Second Layer Value > Some Value | |
| CombineOp_FilterKeepFirstIfNotSecond | 13 | Filter - Keep First Layer Value only if Second Layer Value Invalid | |
| CombineOp_CountValid | 14 | Count Valid Samples at Each Location | |
| CombineOp_NumTypes | 15 | Number of Combine Operations |