com.supermap.analyst.spatialanalyst
类 FunctionType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.analyst.spatialanalyst.FunctionType

public class FunctionType
extends Enum

该类定义了变换函数类型常量。


字段摘要
static FunctionType ARCSIN
          变换函数为ArcSin,要求原值在范围[-1,1]内。
static FunctionType LOG
          变换函数为log,要求原值大于0。
static FunctionType NONE
          表示不使用变换函数。
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

NONE

public static final FunctionType NONE
表示不使用变换函数。


LOG

public static final FunctionType LOG
变换函数为log,要求原值大于0。


ARCSIN

public static final FunctionType ARCSIN
变换函数为ArcSin,要求原值在范围[-1,1]内。