com.supermap.realspace.threeddesigner
类 AttachOption

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

public class AttachOption
extends Enum

该枚举定义了矢量数据与模型匹配的依附类型常量。


字段摘要
static AttachOption BOTTOM
          底面
static AttachOption CLAMPTOGROUND
          贴地线
static AttachOption TOP
          顶面
 
方法摘要
 
从类 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
 

字段详细信息

TOP

public static final AttachOption TOP
顶面


BOTTOM

public static final AttachOption BOTTOM
底面


CLAMPTOGROUND

public static final AttachOption CLAMPTOGROUND
贴地线