漏洞 ID 编号 |
BUG-000170385 |
已提交 | August 29, 2024 |
上次修改时间 | October 7, 2024 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.3.1 |
操作系统 | N/A |
操作系统版本 | N/A |
状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
This was an intentional change from provided user feedback in ArcGIS Pro 3.3.
Since the option is Degrees Minutes Seconds (<+|-> DDD° MM' SSS.ss") notice the SSS.ss part shows two decimal places, it is desired for users to get back only two decimals to be consistent with the option.
If the user requires more decimal places, use a Calculate Field expression like:
!Shape!.toCoordString("DMS")
Refer to this documentation: https://pro.arcgis.com/en/pro-app/latest/arcpy/classes/pointgeometry.htm#:~:text=The%20resulting%20geometry.-,toCoordString,-(notation) for more information.
解决办法
The issue is specific to ArcGIS Pro 3.3.1. Use previous versions of ArcGIS Pro to solve the issue.
重现步骤