worldwind-ui API / worldwind-kit / mergeTimeDimensions
Function: mergeTimeDimensions() ​
mergeTimeDimensions(
dimensions):TimeDimension|null
Defined in: kit/src/time.ts:210
Combines several dimensions into one covering all of them: the earliest start, the latest end, the finest step (or the union of the values when none is periodic).
Parameters ​
dimensions ​
readonly TimeDimension[]
Returns ​
TimeDimension | null