com.supermap.data
类 MosaicColorBalanceMethod

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.data.MosaicColorBalanceMethod

public final class MosaicColorBalanceMethod
extends Enum

镶嵌数据集色彩平衡模式常量。


字段摘要
static MosaicColorBalanceMethod DODGING
          Wallis 匀光法。
static MosaicColorBalanceMethod HISTOGRAM_SPECIFICATION
          直方图匹配法。
 
方法摘要
 
从类 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
 

字段详细信息

HISTOGRAM_SPECIFICATION

public static final MosaicColorBalanceMethod HISTOGRAM_SPECIFICATION
直方图匹配法。


DODGING

public static final MosaicColorBalanceMethod DODGING
Wallis 匀光法。