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

RealEarthAnimateVector

Extends:

RealEarthAnimate → RealEarthAnimateVector

class mixin to animate RealEarth vector layers

Method Summary

Public Methods
public

load()

override base layer load

public

setLayerTime(theTime: *)

public

Call this after the mixin has been applied

Protected Methods
protected

_loadDates(inString: string)

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

protected

Inherited Summary

From class RealEarthAnimate
public get
public
public

load()

override base layer load

public
public

Call this after the mixin has been applied

protected

_loadDates(inString: string): string

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

protected

Public Methods

public load() source

override base layer load

Override:

RealEarthAnimate#load

public setLayerTime(theTime: *) source

Override:

RealEarthAnimate#setLayerTime

Params:

NameTypeAttributeDescription
theTime *

public timeInit() source

Call this after the mixin has been applied

Override:

RealEarthAnimate#timeInit

Protected Methods

protected _loadDates(inString: string) source

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

Override:

RealEarthAnimate#_loadDates

Params:

NameTypeAttributeDescription
inString string

input date string

protected _loadLatest() source

Override:

RealEarthAnimate#_loadLatest