Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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") 

ArgumentTypeDescription
Well Known Text LeftStringWell known text (WKT) is a text mark-up language for representing vector geometry objects.
Well Known Text RightStringWell known text (WKT) is a text mark-up language for representing vector geometry objects

Examples

geoDisjoint(30.10, 45.60)

...