InterpolationRBFParameter 类型成员.

构造函数

  名称描述
InterpolationRBFParameter重载。

方法

  名称描述
Dispose
释放对象所占用的资源。
(Inherited from InterpolationParameter.)
ToString
返回一个表示 InterpolationRBFParameter 对象的字符串。格式为{ Tension =,Smooth =}。
(Overrides InterpolationParameter..::.ToString()()().)

属性

  名称描述
BarrierDataset
获取和设置障碍线数据集。
Bounds
获取或设置插值分析的范围,用于确定运行结果所得到的栅格数据集的范围。
(Inherited from InterpolationParameter.)
ExpectedCount
获取或设置期望参与插值运算的点数。当查找方式为定长查找时,表示期望参与运算的最少样点数;当查找方式为变长查找时,表示期望参与运算的最多样点数。
(Inherited from InterpolationParameter.)
MaxPointCountForInterpolation
获取或设置在块查找时,最多参与插值的点数。注意,该值必须大于零。
(Inherited from InterpolationParameter.)
MaxPointCountInNode
获取或设置在块查找时,单个块内最多查找点数。注意,该值必须大于零。
(Inherited from InterpolationParameter.)
NoValue
获取或设置栅格数据集为无值,只在矢量转栅格时有效。
(Inherited from InterpolationParameter.)
Resolution
获取或设置插值运算所获得的栅格数据的分辨率。该值不能超过待分析数据集的 Bounds 范围的边长。
(Inherited from InterpolationParameter.)
SearchMode
获取或设置在插值运算时,查找参与运算点的方式。
(Inherited from InterpolationParameter.)
SearchRadius
获取或设置查找参与运算点的查找半径。单位与用于插值的点数据集(或记录集所属的数据集)的单位相同。查找半径决定了参与运算点的查找范围,当计算某个位置的未知数值时,会以该位置为圆心,以该属性设置的值为半径,落在这个范围内的采样点都将参与运算,即该位置的预测值由该范围内采样点的数值决定。
(Inherited from InterpolationParameter.)
Smooth
获取或设置光滑系数。值域为 [0,1]。
Tension
获取或设置张力系数。
Type
获取插值算法类型。
(Overrides InterpolationParameter..::.Type.)

请参见