Timeline

new SuperMap3D.Timeline(container, clock)

时间轴是一个用于显示和控制当前场景时间的部件。
Name Type Description
container Element 此 widget 的父 HTML 容器节点。
clock Clock 使用的时钟。

Members

container : Element

Gets the parent container.

Methods

destroy()

销毁部件。如果要从布局中永久删除 widget,应调用该命令。

isDestroyed()Boolean

Returns:
如果对象已被销毁,则为 true,否则为 false。

resize()

调整 widget 的大小,使其与容器大小一致。

zoomTo(startTime, stopTime)

将视图设置为所提供的时间。
Name Type Description
startTime JulianDate 开始时间。
stopTime JulianDate 结束时间。