com.supermap.realspace.threeddesigner
类 SplitMode

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

public class SplitMode
extends Enum

拆分模式枚举类


字段摘要
static SplitMode DISTANCE
          按距离拆分
static SplitMode TOPOLOGICAL
          按拓扑拆分
 
方法摘要
 
从类 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
 

字段详细信息

DISTANCE

public static final SplitMode DISTANCE
按距离拆分


TOPOLOGICAL

public static final SplitMode TOPOLOGICAL
按拓扑拆分