Class: AbstractAnimation

AbstractAnimation

AbstractAnimation is an abstract class for all animation contexts which allow an application to create an animation of the camera around the globe.

new AbstractAnimation()

Implements:
To Do:
  • Describes here and link to the tutos about Animation

Methods


getRenderContext()

Implements:

getStatus()

Implements:

start()

Implements:

pause()

Implements:

stop()

Implements:

Type Definitions


inertia_configuration

Inertia animation configuration
Type:
  • Object
Properties:
Name Type Argument Default Description
nav Navigation Navigation object that applies the transformations.
panFactor float <optional>
0.95 Pan Factor which is included in [0..1]. - 1 is sensible to the pan
zoomFactor float <optional>
0.50 Zoom Factor which is included in [0..1]. - 1 is sensible to the zoom
rotateFactor float <optional>
0.95 Rotate Factor which is included in [0..1]. - 1 is sensible to the rotation

interpolated_configuration

Interpolated animation configuration
Type:
  • Object
Properties:
Name Type Description
startValue float Starting point of the interpolation.
endValue float Ending point of the interpolation.
duration float Duration of the animation in seconds
interpolationFunction- function Interpolation function
setFunction function Setter of the Interpolation function

path_configuration

Path animation configuration
Type:
  • Object

segmented_configuration

Segmented animation configuration
Type:
  • Object