Loading TOC...

cts.boxNorth

cts.boxNorth(
   box as cts.box
) as xs.numeric

Summary

Returns a box's northern 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.boxNorth(cts.box(45, -122, 78, 30));

=> 78

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