DK11 for Python | tatukgis.pdk.TGIS_InterpolationIDW.Radius | Constructors | Methods | Properties
Applies only to the windowed method (Windowed = True). Defines the distance of search for input data points for a grid cell. Only the data points within the distance may be taken to interpolate the value.
# Python @property def Radius( self ) -> float: @Radius.setter def Radius( self, _value: float ) -> None:
Type |
---|
float |