Versions Compared

Key

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

Function: geoEqualsExact(Geometry left, Double Tolerance)

Returns true if the two Geometries geometries are exactly equal, up to a specified distance tolerance.

If passed a string the geometry functions will automatically convert it into a geometry object.

Syntax

geoEqualsExact( "Well Known Text", tolerance) 

...

Returns a Boolean true if the two Geometries geometries are exactly equal, up to a specified distance tolerance.

...