Function: longlat( )

Syntax

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

Type

point

Returns

The inverse projection of a point in Cartesian space into longitude/ latitude. The resulting values of the answer are in degrees.

Parameters

Examples

point ll = longlat(mypoint)
point ll = longlat(mypoint,amg55)
point ll = longlat(mypoint,mercator,'km')

See Also

Commands:

project

Functions:

cart (point)

Identifiers:

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