TrackPoint

点选结果

new YS.TrackPoint(earth, lon, lat, height, feature)

点选工具使用后获取的数据
Name Type Description
earth YSEarth YouScene.earth
lon Number 经度,度
lat Number 纬度,度
height Number 高度,米
feature Object 选中对象
Implements:

Members

readonlyjson : json

点选工具返回的json对象
Properties:
Name Type Description
earth YSEarth
tool ViewTool 当前使用的工具
point XYZ 选中点的坐标
Properties
Name Type Description
x Number 选中点经度,地理坐标,单位度
y Number 选中点纬度,地理坐标,单位度
z Number 选中点高度,地理坐标,单位米
Implements: