wkt Function | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release wkt Function
The wkt function is used to convert WKT
(Well-Known Text) formatted data to a geometry object.
Syntax
Nomenclature
col_name |
Required. The name of a column containing WKT data to convert
to a geometry
|
Returns
Example
The wkt function is often used with the
localize function to specify
a geometry:
localize("myAreaLookup", wkt(%column_name));