KmlAltitudeMode

sealed class KmlAltitudeMode

Determines how altitude values should be interpreted.

Since

200.1.0

See also

Inheritors

Types

Link copied to clipboard

Interprets the \ as a value in meters above sea level, regardless of the terrain elevation beneath the feature.

Link copied to clipboard

The \ specification is ignored, and the object will be draped over the ground.

Link copied to clipboard

(default) Interprets the \ as a value in meters above the ground. If the point is over water, the \ will be interpreted as a value in meters above sea level.

Link copied to clipboard

Unknown altitude mode.