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

« Previous Version 3 Next »

Function: geoEqualsTopo(Geometry left, Geometry right)

Tests whether left geometry is topologically equal to the right geometry as defined by the SFS equals predicate.

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

Syntax

geoEqualsTopo( "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

geoEqualsTopo(30.10, 50.65)

Returns a Boolean true if the two geometries are exactly equal.


See Also
  • No labels