unproject

fun unproject(cartesian: Cartesian3, result: Cartographic? = definedExternally): Cartographic(source)

Unprojects projection-specific map Cartesian3 coordinates, in meters, to Cartographic coordinates, in radians.

Return

The unprojected coordinates. If the result parameter is not undefined, the coordinates are copied there and that instance is returned. Otherwise, a new instance is created and returned.

Parameters

cartesian

The Cartesian position to unproject with height (z) in meters.

result

An instance into which to copy the result. If this parameter is undefined, a new instance is created and returned.

See also