Function: GeoDistance(Geometry left, Geometry right)
Returns the minimum distance between left Geometry and right Geometry.
Syntax
geoDistance( "Well Known Text Left", "Well Known Text Right")
Argument | Type | Description |
---|---|---|
Well Known Text Left | String | Well known text (WKT) is a text mark-up language for representing vector geometry objects. |
Well Known Text Right | String | Well known text (WKT) is a text mark-up language for representing vector geometry objects |
Examples
geoDisjoint(30.10, 45.60)
Returns the minimum distance between the two geometries as a Float .
See Also