DK11 for Python | tatukgis.pdk.TGIS_InterpolationIDW | Classes | Constructors | Methods | Properties
Implementation of the Inverse Distance Weighting (IDW) interpolation method.
# Python class TGIS_InterpolationIDW( TGIS_VectorToGridAbstract ):
→ Object → TGIS_VectorToGridAbstract
Name | Visibility | Description | |
---|---|---|---|
Generate | public | Populates a pixel (grid) layer with values resulting from computations based on the set of sample points from the vector layer. (Inherited from TGIS_VectorToGridAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
Coordinate | public | Defines which coordinate is taken as interpolation value if the interpolation is not based on an attribute field; default is Z. (Inherited from TGIS_VectorToGridAbstract) |
|
DefaultValue | public | If UseDefaultValue is true, then this value will be set for each grid cell for which the interpolated value cannot be computed. (Inherited from TGIS_VectorToGridAbstract) |
|
Exponent | public | Exponent in the formula for weight calculation; default value is 2. | |
Radius | public | Applies only to the windowed method (Windowed = True). | |
UseDefaultValue | public | If true, then each grid cell for which the interpolated value cannot be computed will be set to DefaultValue. (Inherited from TGIS_VectorToGridAbstract) |
|
Windowed | public | If True then the windowed version of the algorithm is used; true by default. | |