project
fun project(cartographic: Cartographic, result: Cartesian3? = definedExternally): Cartesian3(source)
Projects Cartographic coordinates, in radians, to projection-specific map coordinates, in meters.
Return
The projected 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
cartographic
The coordinates to project.
result
An instance into which to copy the result. If this parameter is undefined, a new instance is created and returned.