Bug-ID-Nummer |
BUG-000163800 |
Eingereicht | December 18, 2023 |
Zuletzt geändert | May 29, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.2.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | 11.0 64 bit |
Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
The result in later versions of ArcGIS Pro matches the expected area value when compared to the arcpy geometry getArea() function, as documented here: https://pro.arcgis.com/en/pro-app/latest/arcpy/classes/geometry.htm.
The geodesic area uses the preserve shape option for getArea, as documented in the Calculate Geometry Attributes tool reference.
Workaround
Project the polygon on the projected coordinate system and run the Calculate Geometry Attributes geoprocessing tool.
Schritte zur Reproduzierung