Set Method
Data to be extracted
Select one or more methods for the data extraction, then click the Select button.
The methods are defined as:
- Distance = The distance to the nearest point (in the unit of the projected coordinate system)
- Inverse distance = 1 ÷ distance to the nearest point
- Inverse distance squared = 1 ÷ (distance to the nearest point)2
- Value = The value of the nearest point
- Value * Distance = The value of the nearest point × the distance to the nearest point
- Value * Inverse distance = The value of the nearest point × (1 ÷ distance to the nearest point)
- Value * Inverse distance squared = The value of the nearest point × (1 ÷ (distance to the nearest point)2)
Click here for further details.