cts:box( $south as xs:float, $west as xs:float, $north as xs:float, $east as xs:float ) as cts:box
Returns a geospatial box value.
Parameters | |
---|---|
south | The southern boundary of the box. |
west | The western boundary of the box. |
north | The northern boundary of the box. |
east | The eastern boundary of the box. |
cts:box(45, -122, 78, 30) => [45, -122, 78, 30] (as a cts:box)