Appearance
xgis-cesium / AroundPoint
Class: AroundPoint
Defined in: src/animation/type/AroundPoint.js:10
Extends
Animation
Constructors
new AroundPoint()
new AroundPoint(
viewer
,position
,options
):AroundPoint
Defined in: src/animation/type/AroundPoint.js:11
Parameters
viewer
any
position
any
options
Returns
Overrides
Animation.constructor
Properties
_aroundAmount
_aroundAmount:
number
Defined in: src/animation/type/AroundPoint.js:16
_heading
_heading:
any
Defined in: src/animation/type/AroundPoint.js:15
_options
_options:
object
Defined in: src/animation/type/AroundPoint.js:14
Inherited from
Animation._options
_position
_position:
Position
Defined in: src/animation/type/AroundPoint.js:13
_viewer
_viewer:
any
Defined in: src/animation/Animation.js:5
Inherited from
Animation._viewer
Accessors
aroundAmount
Set Signature
set aroundAmount(
aroundAmount
):void
Defined in: src/animation/type/AroundPoint.js:27
Parameters
aroundAmount
any
Returns
void
position
Set Signature
set position(
position
):void
Defined in: src/animation/type/AroundPoint.js:23
Parameters
position
any
Returns
void
type
Get Signature
get type():
any
Defined in: src/animation/type/AroundPoint.js:19
Returns
any
Methods
start()
start():
Animation
Defined in: src/animation/Animation.js:17
Start globe rotate
Returns
Animation
Inherited from
Animation.start
stop()
stop():
Animation
Defined in: src/animation/Animation.js:36
Stop globe rotate
Returns
Animation
Inherited from
Animation.stop