Loading TOC...

geo.toWkt

geo.toWkt(
   wkt as cts.region[]
) as Sequence

Summary

Returns a sequence of strings in Well-Known Text format.

Parameters
wkt A sequence of geospatial regions.

See Also

Example

geo.toWkt(cts.point(36, 71));

=> POINT(71 36)

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