Labeling the direction using an Arcade expression converts the quadrant bearing format to a decimal degree.
上次发布: April 4, 2023ArcGIS Pro
漏洞 ID 编号
BUG-000156615
已提交
March 15, 2023
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
3.0.3
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
Python, VSScript, and JScript expressions work with the formatted field values. Arcade expressions work with the feature values directly where the number itself is returned. The ConvertDirection function must be used to format the string. https://developers.arcgis.com/arcade/function-reference/geometry_functions/#convertdirection for more information.