cts:element-pair-geospatial-query-options

cts:element-pair-geospatial-query-options(
   $query as cts:element-pair-geospatial-query
) as xs:string*

Summary

Returns the options for the specified query.

Parameters
query A query.

See Also

Example

let $query := cts:element-pair-geospatial-query(xs:QName("point"),
     xs:QName("lat"), xs:QName("long"), cts:box(10.1, 10.2, 20.1, 20.2))
return cts:element-pair-geospatial-query-options($query)

=> coordinate-system=wgs84
Powered by MarkLogic Server | Terms of Use | Privacy Policy