
cts:path-geospatial-query-options( $query as cts:path-geospatial-query ) as xs:string*
Returns the options for 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-options($query)
=> coordinate-system=wgs84