When calculating the area of a shapefile feature class with a circular shape using Calculate Geometry, the values change after starting a new edit session in ArcGIS Pro and ArcMap.
最後に公開された状態: December 16, 2020ArcGIS Pro
不具合 ID 番号
BUG-000134534
送信されました
October 13, 2020
最終更新日
June 5, 2024
適用対象
ArcGIS Pro
見つかったバージョン
2.6.2
オペレーティング システム
Windows OS
オペレーティング システムのバージョン
10.0
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Geometry in a shapefile is stored differently than a file geodatabase. The perfect circle is stored as a curve and mathematical circle definition in the database, whereas in shapefile it is densified coordinates that resemble a circle. The geometry difference between a mathematical curve definition and a densified polygon stored in shapefile is responsible for the area difference in Calculate Geometry Attributes.
Learn more about shapefile limitations here:
https://pro.arcgis.com/en/pro-app/tool-reference/appendices/geoprocessing-considerations-for-shapefile-output.htm#GUID-B845DF9F-78C9-439F-9674-2BFEEFF8D58E
Refer to the following section:
Parametrically defined curves (also known as circular arc curves) are not supported on shapefiles. Parametric curves are created by editing geodatabase feature classes, as described in Create circular arcs. Circular arc curves use a mathematical formula to draw the curve. If you export a geodatabase feature class containing circular arc curve features to a shapefile, the curved features are transformed to simple line features with closely spaced vertices to capture the curved shape.