
cts:path-geospatial-query-path-expression( $query as cts:path-geospatial-query ) as xs:string*
Returns the path expressions used to construct the specified query.
| Parameters | |
|---|---|
| query | A query. | 
let $query := cts:path-geospatial-query("//point",
       cts:box(10.1, 10.2, 20.1, 20.2))
return cts:path-geospatial-query-path-expression($query)
=> "//point"