LSHeightMeasure

new LSGlobe.LSHeightMeasure(viewer)

LSHeightMeasure是空间两点相对高度量测的类,能实现在空间的两点之间相对高度的量算。
Name Type Description
viewer LSGlobe.Viewer
Properties:
Name Type Attributes Description
enable Boolean <optional>
对象可不可用,默认false情况下,说明此对象不可用.

Members

horizon

获取水平距离

slantDistance

获取斜距

unit

获取和设置三角测量的单位

vertical

获取垂直距离

Methods

addPoint3D()

鼠标左击事件需要调用此方法,添加高度量算过程中不断点击添加的点。

addPointTemp()

鼠标移动事件需要调用此方法,添加高度量算过程中鼠标移动产生的临时点。

clear()

用来清除高度量测的对象。