geo:to-wkb( $wkb as cts:region* ) as xs:string*
Returns a binary node in Well-Known Binary format.
Parameters | |
---|---|
wkb | A sequence of geospatial regions. |
xquery version "1.0-ml"; xdmp:describe(geo:to-wkb(cts:point(36, 71))) => binary{"000000000140420000000000004051c00000000000"}
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.