Loading TOC...

geo.toWkb

geo.toWkb(
   wkb as cts.region[]
) as Sequence

Summary

Returns a binary node in Well-Known Binary format.

Parameters
wkb A sequence of geospatial regions.

See Also

Example

xdmp.describe(geo.toWkb(cts.point(36, 71)))

=> binary{"000000000140420000000000004051c00000000000"}

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