com.supermap.analyst.spatialanalyst
类 ReclassType

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

public class ReclassType
extends Enum

该类定义了栅格重分级类型常量。


字段摘要
static ReclassType RANGE
          范围重分级,即将一个区间内的值重新赋值为一个值。
static ReclassType UNIQUE
          单值重分级,即对指定的某些单值进行重新赋值。
 
方法摘要
 
从类 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
 

字段详细信息

UNIQUE

public static final ReclassType UNIQUE
单值重分级,即对指定的某些单值进行重新赋值。


RANGE

public static final ReclassType RANGE
范围重分级,即将一个区间内的值重新赋值为一个值。