不具合 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.
再現の手順