Loading TOC...

cts:geospatial-region-query-options

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

Summary

Returns the options specified when constructing the input query.

Parameters
query A geospatial region path query.

See Also

Example

cts:geospatial-region-query-options(
  cts:geospatial-region-query(
    cts:geospatial-region-path-reference("//item/region")
    "contains", cts:box(10, 20, 30, 40),
    ("units=km", "tolerance=0.025"))
)

=> ("units=km", "tolerance=0.025")
  

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