根据指定的参数构造一个 InterpolationIDWParameter 的新对象。

命名空间:  SuperMap.Analyst.SpatialAnalyst
程序集:  SuperMap.Analyst.SpatialAnalyst (in SuperMap.Analyst.SpatialAnalyst)
版本: dll

语法

C#
public InterpolationIDWParameter(
	double resolution,
	SearchMode mode,
	double searchRadius,
	int expectedCount
)

参数

resolution
Type: System..::.Double
指定的插值运算时使用的分辨率。
mode
Type: SuperMap.Analyst.SpatialAnalyst..::.SearchMode
指定插值运算时,查找参与运算点的方式。
searchRadius
Type: System..::.Double
指定的查找范围。
expectedCount
Type: System..::.Int32
指定的需要查找的点数。

请参见