com.supermap.web.iServerJava6R.spatialAnalystServices
public class Exponent
继承 Exponent Inheritance Object

泛克吕金(UniversalKriging)插值时样点数据中趋势面方程的阶数枚举类.

该类定义了泛克吕金(UniversalKriging)插值时样点数据中趋势面方程的阶数的类型常量。样点数据集中样点之间固有的某种趋势,可以通过函数或者多项式的拟合呈现。



公共常量
  常量 定义方
    EXP1 : String = EXP1
[static] 阶数为1。
Exponent
    EXP2 : String = EXP2
[static] 阶数为2。
Exponent
常量描述
EXP1 常量
public static const EXP1:String = EXP1

阶数为1。

EXP2 常量  
public static const EXP2:String = EXP2

阶数为2。