com.supermap.realspace
类 CameraFOVModeType

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

public class CameraFOVModeType
extends Enum

场景视场角模式


字段摘要
static CameraFOVModeType HORIZONTAL
          水平
static CameraFOVModeType VERTICAL
          垂直
 
方法摘要
 
从类 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
 

字段详细信息

HORIZONTAL

public static final CameraFOVModeType HORIZONTAL
水平


VERTICAL

public static final CameraFOVModeType VERTICAL
垂直