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"}
Powered by MarkLogic Server | Terms of Use | Privacy Policy