Loading TOC...

cts.referenceCoordinateSystem

cts.referenceCoordinateSystem(
   index as cts.reference
) as 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.referenceCoordinateSystem(cts.geospatialElementReference(xs.QName("Point")));
=>
"wgs84"

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