Click or drag to resize

intersects Function

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

The intersects function determines whether a specified point lies within a geometry.

Syntax

Alchemy
intersects(x_point, y_point);

Nomenclature

x_pointRequired. The x-coordinate of the point.
y_pointRequired. The y-coordinate of the point.

Returns

True if the point lies within the geometry, otherwise returns false.