MarkLogic Server 11.0 Product Documentation
cts.circleCentercts.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)
Copyright © 2024 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.