geo.validateWkt

geo.validateWkt(
   wkt as String
) as Boolean

Summary

Returns true if the string is valid Well-Known Text for a supported region type.

Parameters
wkt A string to validate.

See Also

Example

geo.validateWkt("LINESTRING(-112.25 47.1,-112.3 47.1,-112.4 47.2)")

=> true
Powered by MarkLogic Server | Terms of Use | Privacy Policy