Skip to content

xgis-cesium v0.1.7


xgis-cesium / AroundView

Class: AroundView

Defined in: src/animation/type/AroundView.js:7

Extends

  • Animation

Constructors

new AroundView()

new AroundView(viewer, options): AroundView

Defined in: src/animation/type/AroundView.js:8

Parameters

viewer

any

options

Returns

AroundView

Overrides

Animation.constructor

Properties

_aroundAmount

_aroundAmount: number

Defined in: src/animation/type/AroundView.js:12


_heading

_heading: any

Defined in: src/animation/type/AroundView.js:11


_options

_options: object

Defined in: src/animation/type/AroundView.js:10

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:19

Parameters
aroundAmount

any

Returns

void


type

Get Signature

get type(): any

Defined in: src/animation/type/AroundView.js:15

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