Skip to content

worldwind-ui API / worldwind-kit / TimeDimension

Interface: TimeDimension ​

Defined in: kit/src/time.ts:8

The instants a layer can show, as declared by a WMS Dimension/Extent or a WMTS Dimension. Periodic ranges carry stepMs; enumerated ones carry values.

Properties ​

defaultValue? ​

optional defaultValue?: Date

Defined in: kit/src/time.ts:18

The value the service uses when a request names none.


end ​

end: Date

Defined in: kit/src/time.ts:12

Latest instant.


start ​

start: Date

Defined in: kit/src/time.ts:10

Earliest instant.


stepMs? ​

optional stepMs?: number

Defined in: kit/src/time.ts:14

Interval between instants in milliseconds, for periodic ranges such as start/end/P1D.


values? ​

optional values?: Date[]

Defined in: kit/src/time.ts:16

The instants themselves, for enumerated dimensions.

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.