The SpatialReference::wgs84().verticalWkid() function returns '0' instead of '115700'.
ArcGIS Maps SDK for Qt
漏洞 ID 编号
BUG-000164686
已提交
January 30, 2024
上次修改时间
June 5, 2024
适用范围
ArcGIS Maps SDK for Qt
找到的版本
200.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The SpatialReference::wgs84() helper creates a SpatialReference with the constructor that only query a WKID. To create a spatial reference with a vertical coordinate system assigned, the constructor query a wkid and a verticalWkid, for an example, SpatialReference::SpatialReference(4326, 115700).