Loading TOC...

cts.circleCenter

cts.circleCenter(
   circle as cts.circle
) as cts.point

Summary

Returns a circle's center point.

Parameters
circle The circle.

Usage Notes

This function can return either a single or double precision region, depending on the precision of the governing coordinate system.

See Also

Example

cts.circleCenter(cts.circle(20, cts.point(37.655983, -122.425525)));

=> 37.655983, -122.425525 (as a cts.point)

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