Click or drag to resize

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)
Syntax
public enum GM_GridGapFillAlg_t8
Members
  Member nameValueDescription
GapFillAlg_None0No Gap fill at all
GapFillAlg_TinSample1Sample TIN surface triangles (piecewise affine) [only available with GM_GridAlg_TIN]
GapFillAlg_IDW2Inverse weighted distance algorithm
GapFillAlg_Kriging3Kriging
GapFillAlg_NearestNeighbor4Use elevation of nearest valid sample
GapFillAlg_NaturalNeighbor5The 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_NumTypes6
GapFillAlg_Default2
See Also