Class: RealEarthAnimate

RealEarthAnimate

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

Constructor

new RealEarthAnimate()

Source:

Members

animationEnabled

Source:

Methods

(protected) _loadDates(inString) → {string}

Given the raw time string, add to the arrays to keep track of dates and cache
Parameters:
Name Type Description
inString string input string to parse
Source:
Returns:
the converted string
Type
string

(protected) _loadLatest() → {boolean}

Source:
Returns:
if should continue
Type
boolean

load()

override base layer load
Source:

setLayerTime(theTime) → {boolean}

Parameters:
Name Type Description
theTime number the time
Source:
Returns:
true if new index, false if the same or below lowest value
Type
boolean

timeInit()

Call this after the mixin has been applied
Source: