Enum KmlAltitudeMode
KML altitude mode determines how altitude values should be interpreted.
Namespace: Esri.ArcGISRuntime.Ogc
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum KmlAltitudeMode
Fields
| Name | Description |
|---|---|
| Absolute | Interprets the altitude as a value in meters above sea level, regardless of the actual terrain elevation beneath the feature. |
| ClampToGround | Ignores any altitude value, and places the KML feature on the surface of the ground ("drapes" it), following the terrain. |
| RelativeToGround | Interprets the altitude as a value in meters above the ground. If the point is over water, the altitude will be interpreted as a value in meters above sea level. This is the default value. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.4 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.4 - 200.8 |
| Xamarin.Android | 100.4 - 100.15 |
| Xamarin.iOS | 100.4 - 100.15 |
| UWP | 100.4 - 200.8 |