KmlScale

class KmlScale

A KML scale object. Defines a scale factor in x, y, and z dimensions.

Since

200.6.0

Constructors

Link copied to clipboard
constructor(scaleX: Double, scaleY: Double, scaleZ: Double)

Creates a KML scale with the specified x, y, and z scale factor values.

Properties

Link copied to clipboard

The scale factor applied to the x dimension.

Link copied to clipboard

The scale factor applied to the y dimension.

Link copied to clipboard

The scale factor applied to the z dimension.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int