GOAnimationManagerBase

protectednew SuperMap3D.GOAnimationManagerBase(options)

动画管理基类,负责标号动画的管理
Name Type Description
options Object optional 对象具有以下属性:
Name Type Default Description
serverUrl String "" optional 动画服务地址
scene String null optional 当前动画场景

Classes

GOAnimationManagerBase

Methods

getSupportAnimationPlayType(geoGraphicObject)

获取标号支持的动画类型。
Name Type Description
geoGraphicObject object 标号。

getSupportSettingPath(geoGraphicObject)

获取标号是否支持设置轨迹动画。
Name Type Description
geoGraphicObject object 标号。

moveAnimation(animation, targetIndex)

移动动画到目标索引位置。
Name Type Description
animation object 动画。
targetIndex int 动画目标索引。

pause()

暂停所有动画。

play(animationname)

播放动画。
Name Type Description
animationname string 动画名称。

preView()

预览所有动画

reset()

复位所有动画。

stop()

停止所有动画。