Appearance
xgis-cesium / AroundView
Class: AroundView
Defined in: src/animation/type/AroundView.js:8
Extends
Animation
Constructors
new AroundView()
new AroundView(
viewer
,options
):AroundView
Defined in: src/animation/type/AroundView.js:9
Parameters
viewer
any
options
Returns
Overrides
Animation.constructor
Properties
_aroundAmount
_aroundAmount:
number
Defined in: src/animation/type/AroundView.js:13
_heading
_heading:
any
Defined in: src/animation/type/AroundView.js:12
_options
_options:
object
Defined in: src/animation/type/AroundView.js:11
Inherited from
Animation._options
_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/AroundView.js:20
Parameters
aroundAmount
any
Returns
void
type
Get Signature
get type():
any
Defined in: src/animation/type/AroundView.js:16
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