Class: StatusBar

Glodon.CIMCube.Widgets. StatusBar

状态栏控件

new StatusBar(options)

状态栏控件
Parameters:
Name Type Description
options Object 状态栏参数
Properties
Name Type Argument Default Description
coordinate Boolean <optional>
true 是否显示坐标信息,默认显示
azimuth Boolean <optional>
true 是否显示方位角,默认显示
pitch Boolean <optional>
true 是否显示俯仰角,默认显示
fps Boolean <optional>
true 是否显示帧率,默认显示
degreePrecision Boolean <optional>
6 坐标信息保留小数,默认保留6位小数
heightPrecision Boolean <optional>
6 高程保留小数,默认保留2位小数

Methods


addToMap(map)

将控件添加至CIMCube中
Parameters:
Name Type Description
map Glodon.CIMCube CIMCube实例