Home Reference Source Repository
import RealEarthAnimate from 'webmapsjs/src/mixin/RealEarthAnimate.js'
public class | source

RealEarthAnimate

Mixin to get the product times Be sure to call getTimeInit after the mixin has been applied

Member Summary

Public Members
public get
public

Method Summary

Public Methods
public

load()

override base layer load

public
public

Call this after the mixin has been applied

Protected Methods
protected

_loadDates(inString: string): string

Given the raw time string, add to the arrays to keep track of dates and cache

protected

Public Members

public get animationEnabled: boolean: * source

Return:

boolean

if animation enabled

public localTimes: * source

Public Methods

public load() source

override base layer load

public setLayerTime(theTime: number): boolean source

Params:

NameTypeAttributeDescription
theTime number

the time

Return:

boolean

true if new index, false if the same or below lowest value

public timeInit() source

Call this after the mixin has been applied

Protected Methods

protected _loadDates(inString: string): string source

Given the raw time string, add to the arrays to keep track of dates and cache

Params:

NameTypeAttributeDescription
inString string

input string to parse

Return:

string

the converted string

protected _loadLatest(): boolean source

Return:

boolean

if should continue