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: geoIntersection(Geometry left, Geometry right)

Computes a geometry representing the point-set which is common to both left Geometry and the right geometry.

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

Syntax

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

geoIntersection(30.10, 45.25)

Returns a geometry representing the point-set which is common to both left geometry and the right geometry as a String.


See Also
  • No labels