KmlGeometry

A KML geometry object. A KML geometry contains all the KML specific information associated with a Geometry.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(geometry: Geometry, altitudeMode: KmlAltitudeMode, isExtruded: Boolean = false, isTessellated: Boolean = false)

Creates a KmlGeometry from a Geometry using a specific altitude mode, extruded flag, and a tessellated flag. Only polyline geometries can be tessellated.

Properties

Link copied to clipboard

The KML altitude mode.

Link copied to clipboard

The Geometry contained within the KML geometry.

Link copied to clipboard

A flag indicating if the KML geometry is extruded.

Link copied to clipboard

A flag indicating if the KML geometry is tessellated. In order for tessellated geometry to follow the terrain, KmlGeometry.altitudeMode must be KmlAltitudeMode.ClampToGround. Only polyline geometries can be tessellated.

Link copied to clipboard

The KML geometry type.