com.supermap.realspace
类 StopMode

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

public class StopMode
extends Enum

该类定义了飞行节点的模式常量。

该类包含了两种飞行模式,每一种模式表示达到飞行站点后对应的飞行行为。


字段摘要
static StopMode ROTATION
          到达本站点后,按照用户设定的绕此点飞行节点旋转飞行。
static StopMode WAIT
          到达本站点后,暂停用户指定的时间后继续飞行。
 
方法摘要
 
从类 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
 

字段详细信息

WAIT

public static final StopMode WAIT
到达本站点后,暂停用户指定的时间后继续飞行。


ROTATION

public static final StopMode ROTATION
到达本站点后,按照用户设定的绕此点飞行节点旋转飞行。