| 漏洞 ID 编号 |
BUG-000169291 |
| 已提交 | July 22, 2024 |
| 上次修改时间 | August 14, 2025 |
| 适用范围 | ArcGIS Pro |
| 找到的版本 | 3.2 |
| 操作系统 | Windows OS |
| 操作系统版本 | 10.0 64 Bit |
| 状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
The behavior is as-designed. Refer to the recommended steps to manipulate the as-designed behavior to get the points to be generated closer to the visual impression of where they must be.
The difference in location is less than .01mm. Refer this documentation https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/geoprocessing-resolution-tolerance-and-hair/ for a further discussion on this.
The behavior observed can be understood by reading and gaining an understanding the following documents:
Across the entire system:
https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/the-properties-of-a-spatial-reference.htm
https://pro.arcgis.com/en/pro-app/3.0/help/data/geodatabases/overview/feature-class-basics.htm#GUID-76CEEA65-4E1D-4DF0-A085-2D1A736EC6F5
https://support.esri.com/en-us/technical-paper/understanding-coordinate-management-in-the-geodatabase-1301
https://downloads.esri.com/support/documentation/ao_/J9880_ArcGIS_CoordMgmt_Geometric_Processing.pdf
GP Specific:
https://pro.arcgis.com/en/pro-app/latest/tool-reference/appendices/spatial-reference-and-geoprocessing.htm
Consideration is also being given to broader ways of providing information on analysis adjustments that can help keep Intersect POINT output closer to its visual appearance.
解决办法
In the tool environment set the XYTolerance and XYResolution GP environements as follows:
XYResolution = 0.0000001 Meters
XYTolerance = 0.000001Meters
In order for the remainder of your workflow to not inherit these properties and possibly cause some undesired effects, refe to this blog: https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/geoprocessing-resolution-tolerance-and-hair/ for instructions on how to reset the feature classes Spatial Reference properties to their defaults.
A cautionary note may appear throughout the documentation regarding modifications to XYResolution/XYTolerance in the GP Environment or the feature class Spatial Reference properties. For line input or point output in the Intersect tool, the workaround mentioned above has shown no negative effects on the Intersect process itself. However, it is highly recommended that the Intersect output’s Spatial Reference be reset to its default XYResolution/XYTolerance settings.
重现步骤