ToWKT
Description
Converts a feature geometry to its WKT (Well-known Text) equivalent.
Syntax
ToWKT (obj)
Arguments
obj is a feature geometry; it is always mapped to Geometry no matter how it is named
Example
Returns a WKT-formatted string from a feature geometry.
select ToWKT(obj) from "/Samples/NamedTables/WorldTable" where Country in ('Canada','Vietnam','Brazil','China','Japan')