cts:box-south

cts:box-south(
   $box as cts:box
) as xs:numeric

Summary

Returns a box's southern boundary.

Parameters
box The box.

Usage Notes

This function can return a value of either xs:float or xs:double type, depending on the precision of the governing coordinate system.

See Also

Example

cts:box-south(cts:box(45, -122, 78, 30))

=> 45
Powered by MarkLogic Server | Terms of Use | Privacy Policy