mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
<h3>geomToWKT function</h3>
|
|
Returns the Well-Known Text (WKT) representation of the geometry without SRID metadata.
|
|
|
|
<h4>Syntax</h4>
|
|
<pre>geomToWKT(a)</pre>
|
|
|
|
<h4>Arguments</h4>
|
|
a → geometry
|
|
|
|
<h4>Example</h4>
|
|
<pre> geomToWKT( $geometry ) → POINT(6 50)</pre>
|