Function: geoGetY(Geometry left)
Returns the 'first' y coordinate.
If passed a string the geometry functions will automatically convert it into a geometry object.
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