The geometryEngine.cut() method in the ArcGIS API for JavaScript returns the wrong z-value when a cutter polyline without z-coordinates splits the geometry polyline with z-coordinates and the exact same x- and y-coordinates.
上次发布: October 1, 2022ArcGIS API for JavaScript
漏洞 ID 编号
BUG-000150866
已提交
July 19, 2022
上次修改时间
April 2, 2025
适用范围
ArcGIS API for JavaScript
找到的版本
4.24
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
Z-values are not supported in geometryEngine.cut(). It is 2D-only, and it will be deprecated at version 4.32 (February 2025). The replacement geometry operators are also 2D-only. Refer to: https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-cutOperator.html.
Since the 2D-only functionality is as designed, consider converting this issue into an enhancement request for 3D support in the new operators along with supporting use cases.