InterpolationDensityParameter 类型成员.

构造函数

  名称描述
InterpolationDensityParameter重载。

方法

  名称描述
Dispose
释放对象所占用的资源。
(Inherited from InterpolationParameter.)
ToString
返回一个表示 InterpolationDensityParameter 对象的字符串。
(Overrides InterpolationParameter..::.ToString()()().)

属性

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

请参见