geo.coordinateSystemCanonical( name as String, [precision as String] ) as String
Get the canonical name for the coordinate system. An exception is thrown if no such coordinate system exists.
The precision
parameter takes precedence over any precision
implicit in the coordinate system name. For example, if name
is
"wgs84/double" and precision
is "float", then "wgs84"
is returned.
geo.coordinateSystemCanonical('wgs84','double') => "wgs84/double"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.