Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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)

Returns the minimum distance between the two geometries as a Float .


See Also
  • No labels