Function: cart( )

Syntax

cart(<point>{,<projection>,{,<units>}})

Type

point

Returns

The projection of a longitude/latitude point into Cartesian space.

Parameters

Examples

point c = cart((150,-25))
point c = cart((150,-25),amg55)
point c = cart((150,-25),mercator,'km')

See Also

Commands:

project

Functions:

longlat (point)

Identifiers:

ll_proj (projection), mapping (projection), units (string)