cts:point-latitude( $point as cts:point ) as xs:numeric
Returns a point's latitude value.
Parameters | |
---|---|
point | The point. |
xs:float
or
xs:double
, depending on the precision of the governing
coordinate system.
let $point := cts:point(37.270556, -118.672778) return cts:point-latitude($point) => 37.27056
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.