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

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

语法

C#
public InterpolationRBFParameter(
	double tension,
	double smooth,
	double resolution,
	SearchMode mode,
	double searchRadius,
	int expectedCount
)

参数

tension
Type: System..::.Double
指定的张力系数。
smooth
Type: System..::.Double
指定的光滑系数。
resolution
Type: System..::.Double
指定的插值运算时使用的分辨率。
mode
Type: SuperMap.Analyst.SpatialAnalyst..::.SearchMode
指定的插值运算时使用的查找方式。
searchRadius
Type: System..::.Double
指定的插值运算时使用的查找的范围。
expectedCount
Type: System..::.Int32
指定的插值运算时需查找的点数。

版本信息

SuperMap iObjects .NET


请参见