Function: geoIntersection(Geometry left, Geometry right)
Computes a Geometry geometry representing the point-set which is common to both left Geometry and the right Geometrygeometry.
Syntax
geoIntersection( "Well Known Text" Left, "Well Known Text" Right)
...
geoIntersection(30.10, 45.25)
Returns a Geometry geometry representing the point-set which is common to both left Geometry geometry and the right Geometry geometry as a String.
See Also