Enum AltitudeModes

AltitudeModes enumeration

Altitude mode for KML geometries.

public enum AltitudeModes

Values

NameValueDescription
None0Without altitude mode.
RelativeToGround1Interprets the altitude as a value in meters above the ground.
ClampToGround2For a camera, this setting also places the camera relativeToGround, since putting the camera exactly at terrain height would mean that the eye would intersect the terrain (and the view would be blocked).
Absolute3Interprets the altitude as a value in meters above sea level.

See Also