cts:point

cts:point(
   $latitude as xs:float,
   $longitude as xs:float
) as cts:point

Summary

Returns a point value.

Parameters
latitude The latitude of the point.
longitude The longitude of the point.

See Also

Example

cts:point(0.373899653086420E+02, -0.122078578406509E+03)
Powered by MarkLogic Server | Terms of Use | Privacy Policy