public class InterpolationKrigingParameter extends InterpolationParameter
普通克吕金插值的参数设置类。
限定符和类型 | 字段和说明 |
---|---|
double |
angle
克吕金算法中旋转角度值。
|
double |
nugget
块金效应值。
|
double |
range
自相关阈值。
|
double |
sill
基台值。
|
VariogramMode |
variogramMode
克吕金(Kriging)插值时的半变函数类型。
|
bounds, clipParam, expectedCount, filterQueryParameter, inputDatasetName, inputDatasourceName, inputPoints, maxPointCountForInterpolation, maxPointCountInNode, outputDatasetName, outputDatasourceName, pixelFormat, resolution, searchMode, searchRadius, zValueFieldName, zValueScale
构造器和说明 |
---|
InterpolationKrigingParameter()
构造函数。
|
InterpolationKrigingParameter(InterpolationKrigingParameter interpolationKrigingParameter)
构造函数。
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(java.lang.Object obj)
比较指定对象与当前
InterpolationKrigingParameter 对象是否相等。 |
int |
hashCode()
获取克吕金插值的参数对象的哈希码值。
|
public double angle
InterpolationParameter.searchMode
为SearchMode.QUADTREE
时该属性不起作用。public double nugget
public double range
public double sill
public VariogramMode variogramMode
public InterpolationKrigingParameter()
构造函数。
public InterpolationKrigingParameter(InterpolationKrigingParameter interpolationKrigingParameter)
构造函数。
interpolationKrigingParameter
-public boolean equals(java.lang.Object obj)
比较指定对象与当前 InterpolationKrigingParameter
对象是否相等。
equals
在类中 InterpolationParameter
obj
- 与当前 InterpolationKrigingParameter
对象进行比较的对象。public int hashCode()
获取克吕金插值的参数对象的哈希码值。
hashCode
在类中 InterpolationParameter