User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_interpolationidw.radius

Table of Contents

TGIS_InterpolationIDW.Radius property

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.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
@property
def Radius(
  self
) -> float: 
 
@Radius.setter
def Radius(
  self,
  _value: float
) -> None: 

Value

Type
float
2023/08/09 01:53

Page Tools