Skip to content

xgis-cesium v0.1.7


xgis-cesium / Flying

Class: Flying

Defined in: src/animation/type/Flying.js:9

Extends

  • Animation

Constructors

new Flying()

new Flying(viewer, options): Flying

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

Parameters

viewer

any

options

Returns

Flying

Overrides

Animation.constructor

Properties

_currentIndex

_currentIndex: number

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


_durations

_durations: number[]

Defined in: src/animation/type/Flying.js:14


_options

_options: object

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

Inherited from

Animation._options


_positions

_positions: any[]

Defined in: src/animation/type/Flying.js:13


_timer

_timer: any

Defined in: src/animation/type/Flying.js:16


_viewer

_viewer: any

Defined in: src/animation/Animation.js:5

Inherited from

Animation._viewer

Accessors

durations

Get Signature

get durations(): number[]

Defined in: src/animation/type/Flying.js:35

Returns

number[]

Set Signature

set durations(durations): void

Defined in: src/animation/type/Flying.js:31

Parameters
durations

number[]

Returns

void


positions

Get Signature

get positions(): any[]

Defined in: src/animation/type/Flying.js:27

Returns

any[]

Set Signature

set positions(positions): void

Defined in: src/animation/type/Flying.js:23

Parameters
positions

any[]

Returns

void


type

Get Signature

get type(): any

Defined in: src/animation/type/Flying.js:19

Returns

any

Methods

_bindEvent()

_bindEvent(): void

Defined in: src/animation/Animation.js:9

Returns

void

Inherited from

Animation._bindEvent


_unbindEvent()

_unbindEvent(): void

Defined in: src/animation/Animation.js:11

Returns

void

Inherited from

Animation._unbindEvent


pause()

pause(): Flying

Defined in: src/animation/type/Flying.js:97

Returns

Flying


restore()

restore(): Flying

Defined in: src/animation/type/Flying.js:107

Returns

Flying


start()

start(): Flying

Defined in: src/animation/type/Flying.js:85

Returns

Flying

Overrides

Animation.start


stop()

stop(): Animation

Defined in: src/animation/Animation.js:36

Stop globe rotate

Returns

Animation

Inherited from

Animation.stop