Skip to content

xgis-cesium v0.1.9


xgis-cesium / Flying

Class: Flying

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

Extends

  • Animation

Constructors

new Flying()

new Flying(viewer, options): Flying

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

Parameters

viewer

any

options

Returns

Flying

Overrides

Animation.constructor

Properties

_currentIndex

_currentIndex: number

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


_durations

_durations: number[]

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


_options

_options: object

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

Inherited from

Animation._options


_positions

_positions: any[]

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


_timer

_timer: any

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


_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:36

Returns

number[]

Set Signature

set durations(durations): void

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

Parameters
durations

number[]

Returns

void


positions

Get Signature

get positions(): any[]

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

Returns

any[]

Set Signature

set positions(positions): void

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

Parameters
positions

any[]

Returns

void


type

Get Signature

get type(): any

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

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

Returns

Flying


restore()

restore(): Flying

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

Returns

Flying


start()

start(): Flying

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

Returns

Flying

Overrides

Animation.start


stop()

stop(): Animation

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

Stop globe rotate

Returns

Animation

Inherited from

Animation.stop