intersects Function |
The intersects function determines whether a specified point lies within a geometry.
intersects(x_point, y_point);
x_point | Required. The x-coordinate of the point. |
y_point | Required. The y-coordinate of the point. |
True if the point lies within the geometry, otherwise returns false.