漏洞 ID 编号 |
BUG-000122467 |
已提交 | May 20, 2019 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcGIS Runtime SDK |
找到的版本 | 100.5 |
操作系统 | Windows OS |
操作系统版本 | 10.0 |
状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
GeometryEngine generally operates in two dimensions. The operations do not account for z-values unless documented as such for a specific method. For example, Project(Geometry, SpatialReference) transforms z-values in some cases. Refer to the documentation for more information: https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Geometry.GeometryEngine.html.
解决办法
Add the desired z-value to all ellipse geometry vertices.
重现步骤