Function: geoIntersection(Geometry left)
Computes a Geometry representing the point-set which is common to both left Geometry and the right Geometry.
Syntax
geoIntersection( "Well Known Text" Left, "Well Known Text" Right)
Argument | Type | Description |
---|---|---|
Well Known Text Left | String | Well known text (WKT) is a text mark-up language for representing vector geometry objects. |
Well Known Text Right | String | Well 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