cts:reference-coordinate-system

cts:reference-coordinate-system(
   $index as cts:reference
) as xs:string

Summary

Accessor for the coordinate-system of a reference to a geospatial lexicon.

Parameters
index The value lexicon reference, as created from cts:geospatial-element-reference, for example.

Example

cts:reference-coordinate-system(cts:geospatial-element-reference(xs:QName("Point")))
=>
"wgs84"
Powered by MarkLogic Server | Terms of Use | Privacy Policy