geo.circle( radius as Number, center as Node ) as cts.circle
Create a cts.box value from a radius and a node representing a point in one of the supported markup vocabularies, such as KML, GML, or GeoJSON.
Parameters | |
---|---|
radius | The radius of the circle, in miles. |
center | A node representing the point at the center of the circle. |
const geo = require('/MarkLogic/geospatial/geospatial'); geo.circle(1, {type: 'Point', coordinates: [100.0,0.0]});
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.