STDisjoint
STDisjoint is a spatial predicate function commonly found in Geographic Information Systems (GIS) and spatial database extensions, such as PostGIS and SQL Server. Its purpose is to determine if two geometric objects do not intersect in space, meaning they have no common points.
The function takes two geometries as input and returns a boolean value. If the geometries are entirely
For example, if you have two polygons representing parcels of land, STDisjoint would return TRUE if one
STDisjoint is an efficient way to perform spatial checks and is fundamental for many GIS operations, including