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

插值分析的算法的类型枚举类



公共常量
  常量 定义方
    KRIGING : String = KRIGING
[static] 普通克吕金插值法。
InterpolationAlgorithmType
    SimpleKriging : String = SimpleKriging
[static] 简单克吕金插值法。
InterpolationAlgorithmType
    UniversalKriging : String = UniversalKriging
[static] 泛克吕金插值法。
InterpolationAlgorithmType
常量描述
KRIGING 常量
public static const KRIGING:String = KRIGING

普通克吕金插值法。

SimpleKriging 常量  
public static const SimpleKriging:String = SimpleKriging

简单克吕金插值法。

UniversalKriging 常量  
public static const UniversalKriging:String = UniversalKriging

泛克吕金插值法。