- Categories:
ST_INTERSECTS¶
Returns TRUE if the two GEOGRAPHY objects or the two GEOMETRY objects intersect (i.e. share any portion of space).
Note
This function does not support using a GeometryCollection or FeatureCollection as input values.
Tip
You can use the search optimization service to improve the performance of queries that call this function. For details, see Search optimization service.
- See also:
Syntax¶
Arguments¶
geography_expression_1A GEOGRAPHY object.
geography_expression_2A GEOGRAPHY object.
geometry_expression_1A GEOMETRY object.
geometry_expression_2A GEOMETRY object.
Returns¶
BOOLEAN.
Usage notes¶
For GEOMETRY objects, the function reports an error if the two input GEOMETRY objects have different SRIDs.
Examples¶
GEOGRAPHY examples¶
This shows a simple use of the ST_INTERSECTS function:
GEOMETRY examples¶
This shows a simple use of the ST_INTERSECTS function: