Function: geoGetY(Geometry left)
Returns the 'first' y coordinate.
Syntax
geoGetY( "Well Known Text")
Argument | Type | Description |
---|---|---|
Well Known Text | String | Well known text (WKT) is a text mark-up language for representing vector geometry objects. |
Examples
geoGetY(30.10)
Returns the 'first' y coordinate as a Float.
See Also