intersection Function |
The intersection function returns a geometry object representing the intersection of two specified geometry objects.
intersection(geom_a, geom_b);
geom_a | Required. A geometry object |
geom_b | Required. A geometry object |
A Geometry object describing the intersection.