com.supermap.realspace.threeddesigner
类 ViewShedType

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

public final class ViewShedType
extends Enum

该枚举类定义了闭合体类型常量。


字段摘要
static ViewShedType HIDDENBODY
          隐藏部分闭合体。
static ViewShedType INTERFACE
          交界面。
static ViewShedType VISIBLEBODY
          可视部分闭合体。
 
方法摘要
 
从类 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
 

字段详细信息

VISIBLEBODY

public static final ViewShedType VISIBLEBODY
可视部分闭合体。


HIDDENBODY

public static final ViewShedType HIDDENBODY
隐藏部分闭合体。


INTERFACE

public static final ViewShedType INTERFACE
交界面。