TrackTag

new YS.TrackTag(earth, tool, num, lon, lat, height, feature)

工具使用过程中添加的中间点;包括起点,不包括终点/最后一个点
Name Type Description
earth YSEarth YouScene.earth
tool ViewTool 当前的工具
num Number 序号,起点num=0
lon Number 经度,度
lat Number 纬度,度
height Number 高度,米
feature Object 选中对象
Implements:

Members

readonlyjson : json

工具使用时添加的中间点返回的json对象
Properties:
Name Type Description
earth YSEarth
tool ViewTool 当前使用的工具
number Number 中间点的序号
tag XYZ 选中点的坐标
point.x Number 中间点经度,地理坐标,单位度
point.y Number 中间点纬度,地理坐标,单位度
point.z Number 中间点高度,地理坐标,单位米
feature Object 选中对象
Implements: