fromRadians

fun fromRadians(longitude: Double, latitude: Double, height: Double? = definedExternally, result: Cartographic? = definedExternally): Cartographic(source)

Creates a new Cartographic instance from longitude and latitude specified in radians.

Return

The modified result parameter or a new Cartographic instance if one was not provided.

Parameters

longitude

The longitude, in radians.

latitude

The latitude, in radians.

height

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

result

The object onto which to store the result.

See also