com.supermap.analyst.spatialanalyst
类 Exponent

java.lang.Object
  继承者 com.supermap.analyst.spatialanalyst.Exponent

public class Exponent
extends java.lang.Object

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


字段摘要
static Exponent EXP1
          阶数为1。
static Exponent EXP2
          阶数为2。
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

EXP1

public static final Exponent EXP1
阶数为1。表示样点数据集中趋势面呈一阶趋势。


EXP2

public static final Exponent EXP2
阶数为2。表示样点数据集中趋势面呈二阶趋势。