geo.toWkt( wkt as cts.region[] ) as Sequence
Returns a sequence of strings in Well-Known Text format.
Parameters | |
---|---|
wkt | A sequence of geospatial regions. |
geo.toWkt(cts.point(36, 71)); => POINT(71 36)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.