cts.pointLongitude( point as cts.point ) as xs.numeric
Returns a point's longitude value.
Parameters | |
---|---|
point | The point. |
xs:float
or
xs:double
type, depending on the precision of the governing
coordinate system.
const point = cts.point(37.270556, -118.672778); cts.pointLongitude(point); => -118.672775268555