DK11 for Python | tatukgis.pdk.TGIS_InterpolationIDW | Constructors | Methods | Properties
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. | |