GOAnimationManagerBase

protectednew SuperMap3D.GOAnimationManagerBase(options)

Animation management base class, responsible for the management of symbol animation
Name Type Description
options Object optional Objects have the following properties:
Name Type Default Description
serverUrl String "" optional Animation service address
scene String null optional Current animation scene

Classes

GOAnimationManagerBase

Methods

getSupportAnimationPlayType(geoGraphicObject)

Get the animation types supported by the symbol
Name Type Description
geoGraphicObject object symbol

getSupportSettingPath(geoGraphicObject)

Gets whether the symbol supports setting trajectory animation.
Name Type Description
geoGraphicObject object symbol

moveAnimation(animation, targetIndex)

Move the animation to the target index position.
Name Type Description
animation object animation
targetIndex int Animation target index.

pause()

Pause all animations.

play(animationname)

Play the animation.
Name Type Description
animationname string Animation name

preView()

Preview all animations

reset()

Resets all animations

stop()

Stop all animations