com.supermap.analyst.spatialanalyst

类 Exponent



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

      • exp1

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

        public static final Exponent exp2
        阶数为2。表示样点数据集中趋势面呈二阶趋势。
    • 方法详细资料

      • toString

        public String toString()
        从类复制的说明: Enum
        返回枚举常量的名称。
        覆盖:
        toString 在类中 Enum
        返回:
        枚举常量的名称。
      • getTitle

        public String getTitle()
        返回趋势面方程的阶数字符串。
        返回:
        返回趋势面方程的阶数字符串。

Copyright © 2021–2024 SuperMap. All rights reserved.