SuperMap.Plot.GOAnimationRotate

动态标绘旋转动画类。

Inherits From

Summary
SuperMap.Plot.GOAnimationRotate 动态标绘旋转动画类。
Properties
endAngle {Float} 结束角度。
rotateDirection {SuperMap.Plot.RotateDirection} 旋转方向,默认顺时针。
startAngle {Float} 开始角度。
Functions
getGOAnimationType 获取动画类型

Properties

rotateDirection

{SuperMap.Plot.RotateDirection} 旋转方向,默认顺时针。

startAngle

{Float} 开始角度。

endAngle

{Float} 结束角度。

Functions

getGOAnimationType

getGOAnimationType : function()

获取动画类型

Returns

{SuperMap.Plot.GOAnimationType} 动画类型

旋转动画的旋转方向。
getGOAnimationType : function()
获取动画类型
动态标绘动画基类。
动态标绘中用到的动画类型。
Close