The transform_forward parameter set in the geometry.project() function is ignored when projecting coordinates from 'WGS_84' to 'ED_1950_UTM_Zone_32N' using the ArcGIS API for Python, returning inaccurate results.
上次发布: February 3, 2023ArcGIS API for Python
漏洞 ID 编号
BUG-000124348
已提交
August 8, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS API for Python
找到的版本
1.5.3
操作系统
Windows OS
操作系统版本
2016 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
After internal discussion, it was determined the behavior is as designed. In this case, the parameter, transformForward must be explicitly specified in project service. An unspecified transformForward is treated as True and the result would be unexpected.