| Bug-ID-Nummer |
BUG-000122467 |
| Eingereicht | May 20, 2019 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | ArcGIS Runtime SDK |
| Gefunden in Version | 100.5 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 |
| Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
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.
Workaround
Add the desired z-value to all ellipse geometry vertices.
Schritte zur Reproduzierung