Loading TOC...

cts.point

cts.point(
   latitude as Number,
   longitude as Number
) 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);

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.