com.supermap.realspace
类 MotionType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.realspace.MotionType
-
public class MotionType extends Enum
该枚举定义了动态图层对象运动方式类型常量,包含实时运动方式和平滑运动方式。- 作者:
- wangyanyan
-
-
字段概要
字段 限定符和类型 字段和说明 static MotionType
REALTIME
实时运动方式 。static MotionType
SMOOTH
平滑运动方式 。
-
-
-
字段详细资料
-
SMOOTH
public static final MotionType SMOOTH
平滑运动方式 。
-
REALTIME
public static final MotionType REALTIME
实时运动方式 。
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.