com.supermap.realspace.threeddesigner
类 BorderType

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

public final class BorderType
extends Enum

约束边界类型常量。提取模型边界接口ExtractBorder使用。


字段摘要
static BorderType PROJECTBORDER
          几何体投影轮廓边界
static BorderType TOPOBORDER
          几何体拓扑边界
 
方法摘要
 
从类 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
 

字段详细信息

TOPOBORDER

public static final BorderType TOPOBORDER
几何体拓扑边界


PROJECTBORDER

public static final BorderType PROJECTBORDER
几何体投影轮廓边界