Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Output_GridFileInterpolation

Index

Enumeration members

AREA_WEIGHTING

AREA_WEIGHTING: = "AreaWeighting"

Interpolate using voronoi area weighting.

CALCULATE

CALCULATE: = "Calculate"

CLOSEST_VERTEX

CLOSEST_VERTEX: = "ClosestVertex"

Interpolate using the nearest vertex to the centre of the grid cell.

DISCRETIZED

DISCRETIZED: = "Discretized"

IDW

IDW: = "IDW"

Interpolate using inverse distance weighting.

VORONOI_OVERLAP

VORONOI_OVERLAP: = "VoronoiOverlap"