| GM_GridGapFillAlg_t8 Enumeration |
Gridding gap fill algorithm - specify what gridding algorithm to use when filling gaps
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
C#
Copy
public enum GM_GridGapFillAlg_t8| Member name | Value | Description | |
|---|---|---|---|
| GapFillAlg_None | 0 | No Gap fill at all | |
| GapFillAlg_TinSample | 1 | Sample TIN surface triangles (piecewise affine) [only available with GM_GridAlg_TIN] | |
| GapFillAlg_IDW | 2 | Inverse weighted distance algorithm | |
| GapFillAlg_Kriging | 3 | Kriging | |
| GapFillAlg_NearestNeighbor | 4 | Use elevation of nearest valid sample | |
| GapFillAlg_NaturalNeighbor | 5 | The neighbor weights are calculated by finding how much of each of the surrounding areas is "stolen" when inserting (x,y) into the Voronoi tessellation | |
| GapFillAlg_NumTypes | 6 | ||
| GapFillAlg_Default | 2 |