Cartographic

external class Cartographic(var longitude: Double = definedExternally, var latitude: Double = definedExternally, var height: Double = definedExternally)(source)

A position defined by longitude, latitude, and height.

See also

Constructors

Link copied to clipboard
constructor(longitude: Double = definedExternally, latitude: Double = definedExternally, height: Double = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The height, in meters, above the ellipsoid. Default value - 0.0

Link copied to clipboard

The latitude, in radians. Default value - 0.0

Link copied to clipboard

The longitude, in radians. Default value - 0.0

Functions

Link copied to clipboard
fun clone(result: Cartographic? = definedExternally): Cartographic

Duplicates this instance.

Link copied to clipboard
fun equalsEpsilon(right: Cartographic? = definedExternally, epsilon: Double? = definedExternally): Boolean

Compares the provided against this cartographic componentwise and returns true if they are within the provided epsilon, false otherwise.