Click or drag to resize

intersection Function

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
intersection Function

The intersection function returns a geometry object representing the intersection of two specified geometry objects.

Syntax

Alchemy
intersection(geom_a, geom_b);

Nomenclature

geom_aRequired. A geometry object
geom_bRequired. A geometry object

Returns

A Geometry object describing the intersection.