GOAnimationAttribute

Attribute animation(old) of dynamic plotting

new SuperMap3D.GOAnimationAttribute(options)

Name Type Description
options Object optional Objects have the following properties:
Name Type Default Description
startTime Number 0 optional Animation start time,in seconds
duration Number 0 optional Animation duration,in seconds
name String "" optional Animation name, the unique identifier of the animation
repeat Boolean false optional Whether to repeat the loop play, the default is false
lineColorAnimation Boolean false optional Whether the line color animation is valid, the default is false
startLineColor Color "#FF0000" optional Start line color
endLineColor Color "#0000FF" optional End line color
lineWidthAnimation Boolean false optional Whether the line width animation is valid, the default is false
startLineWidth Number 0.0 optional Start line width, default is 0.0
endLineWidth Number 5.0 optional End line width, default is 5.0
surroundLineColorAnimation Boolean false optional Whether the serif color animation is valid, the default is false
startSurroundLineColor Color "#FF0000" optional Start Serif Color
endSurroundLineColor Color "#0000FF" optional End Serif Color
surroundLineWidthAnimation Boolean false optional Whether the serif line width animation is valid, the default is false
startSurroundLineWidth Number 0 optional Start liner width, default is 0
endtSurroundLineWidth Number 1 optional End liner width, default is 1

Members

endLineColor : Color

End line color
Default Value: Color.Blue

endLineWidth : Number

End line width
Default Value: 5

endSurroundLineColor : Color

Serif End Line Color
Default Value: Color.Blue

endSurroundLineWidth : Number

Serif End Line Width
Default Value: 1.0

lineColorAnimation : Boolean

Is the line color animation valid?
Default Value: false

lineWidthAnimation : Boolean

Is the line width animation valid?
Default Value: false

startLineColor : Color

Start line color
Default Value: Color.Red

startLineWidth : Number

Start line width
Default Value: 0

startSurroundLineColor : Color

Serif Start Line Color
Default Value: Color.Blue

startSurroundLineWidth : Number

Serif Start Line Width
Default Value: 0

surroundLineColorAnimation : Boolean

Is the serif color animation valid?
Default Value: false

surroundLineWidthAnimation : Boolean

Is the serif line width animation valid?
Default Value: false

Methods

getGOAnimationType()GOAnimationType

Get animation type
Returns:
Animation type