cts.circle

cts.circle(
   radius as Number,
   center as cts.point
) as cts.circle

Summary

Returns a geospatial circle value.

Parameters
radius The radius of the circle. The units for the radius is determined at runtime by the query options (miles is currently the only option).
center A point representing the center of the circle.

See Also

Example

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

=> @20 37.655983,-122.42552 (as a cts.circle)
Powered by MarkLogic Server | Terms of Use | Privacy Policy