The elevation (z) value returned by SceneGraphicsView::screenToLocationCompleted() function depends on the current map scale.
上次发布: March 14, 2018ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000111521
已提交
February 9, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
100.2.0
操作系统
SUSE Linux
操作系统版本
N/A
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is as designed. The method is designed to return what is rendered on the screen, not the most accurate elevation value. However, there is an async call to retrieve the elevation (https://developers.arcgis.com/qt/latest/cpp/api-reference/esri-arcgisruntime-surface.html#locationToElevation) for a given X,Y that looks for the most accurate value. This one queries the elevation to get the best value (not the rendered value) but it should also be noted that zooming out gives a different X,Y too as the accuracy changes.