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)

Syntax
C#
Copy
public enum GM_CombineOp_t8
Members
Member nameValueDescription
CombineOp_Add0Addition
CombineOp_SubtractSigned1Subtraction (Difference) - Signed
CombineOp_SubtractUnsigned2Subtraction (Difference) - Unsigned
CombineOp_Average3Average Elevation
CombineOp_Minimum4Minimum Elevation
CombineOp_Maximum5Maximum Elevation
CombineOp_Multiply6Multiply the values from the layers together
CombineOp_Divide7Divide the First Layer Value by the Second
CombineOp_FilterKeepFirstIfSecond8Filter - Keep First Layer Value only if Second Layer Value Valid
CombineOp_KeepFirstIfGTSecond9Filter - Keep First Layer Value only if Greater Than Second Layer Value
CombineOp_KeepFirstIfLTSecond10Filter - Keep First Layer Value only if Less Than Second Layer Value
CombineOp_KeepFirstIfSecondGTVal11Filter - Keep First Layer Value only if Second Layer Value > Some Value
CombineOp_KeepFirstIfSecondLTVal12Filter - Keep First Layer Value only if Second Layer Value > Some Value
 CombineOp_FilterKeepFirstIfNotSecond13Filter - Keep First Layer Value only if Second Layer Value Invalid
CombineOp_CountValid14Count Valid Samples at Each Location
 CombineOp_NumTypes15Number of Combine Operations
See Also