Kml Model
Constructors
Link copied to clipboard
constructor(uri: String, orientation: KmlOrientation = KmlOrientation(heading = 0.0, tilt = 0.0, roll = 0.0), scale: KmlScale = KmlScale(scaleX = 1.0, scaleY = 1.0, scaleZ = 1.0))
Creates a KmlModel from a model file on disk or the network using the specified orientation and scale. This constructor is used when creating a model for use in a track, which will adopt the track's geometry and altitude mode.
Inherited properties
Link copied to clipboard
The KML altitude mode.
Link copied to clipboard
A flag indicating if the KML geometry is extruded. Extrusion is ignored when the altitude mode is set to KmlAltitudeMode.ClampToGround, or when the geometry is a KmlModel.
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. Polyline, polygon and track geometries can be tessellated.
Link copied to clipboard
The KML geometry type.