mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Standardise naming of all internal functions to lowercase with underscore convention. Add aliases for old names to avoid breakage.
12 lines
273 B
Plaintext
12 lines
273 B
Plaintext
<h3>geom_to_wkt function</h3>
|
|
Returns the Well-Known Text (WKT) representation of the geometry without SRID metadata.
|
|
|
|
<h4>Syntax</h4>
|
|
<pre>geom_to_wkt(a)</pre>
|
|
|
|
<h4>Arguments</h4>
|
|
a → geometry
|
|
|
|
<h4>Example</h4>
|
|
<pre> geom_to_wkt( $geometry ) → POINT(6 50)</pre>
|