Skip to content

ClockRange

Scott Hunter edited this page Jul 18, 2016 · 7 revisions

This page describes the possible content of a CZML document or stream. Please read CZML Structure for an explanation of how a CZML document is put together.

#ClockRange

The behavior of a clock when its current time reaches its start or end time. If UNBOUNDED, time will continue advancing. If CLAMPED, the clock will stop. If LOOP_STOP, when the end time is reached while advancing forward, the clock will jump to the start time, and when the start time is reached while advancing backward, the clock will stop.

Interpolatable: no

##Values

  • UNBOUNDED

  • CLAMPED

  • LOOP_STOP

Clone this wiki locally