project

fun project(cartographic: Cartographic, result: Cartesian3? = definedExternally): Cartesian3(source)

Converts geodetic ellipsoid coordinates, in radians, to the equivalent Web Mercator X, Y, Z coordinates expressed in meters and returned in a Cartesian3. The height is copied unmodified to the Z coordinate.

Return

The equivalent web mercator X, Y, Z coordinates, in meters.

Parameters

cartographic

The cartographic coordinates in radians.

result

The instance to which to copy the result, or undefined if a new instance should be created.

See also