Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.4 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.4 - 200.7
Xamarin.Android100.4 - 100.15
Xamarin.iOS100.4 - 100.15
UWP100.4 - 200.7
In This Article
Back to top Copyright © 2022 Esri.