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 are exactly equal, up to a specified distance tolerance.

Syntax

geoEqualsExact( "Well Known Text", tolerance) 

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

Examples

geoEqualsExact(30.10, 75)

...