com.supermap.realspace.threeddesigner
类 ProcessType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.realspace.threeddesigner.ProcessType

public class ProcessType
extends Enum

倾斜处理枚举


字段摘要
static ProcessType CLIP
          裁剪
static ProcessType HOLLOW
          挖洞
static ProcessType MOSAIC
          镶嵌
 
方法摘要
 
从类 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
 

字段详细信息

CLIP

public static final ProcessType CLIP
裁剪


MOSAIC

public static final ProcessType MOSAIC
镶嵌


HOLLOW

public static final ProcessType HOLLOW
挖洞