func.ST_PointInsideCircle
Returns true if the geometry is a point and is inside the circle with center center_x,center_y and radius radius
Returns true if the geometry is a point and is inside the circle with center center_x,center_y and radius radius
Returns true if the geometries are within a given distance
Returns true if the geometries are entirely within the specified distance of one another
Returns TRUE if geometry A is completely inside geometry B
Returns TRUE if the only points in common between g1 and g2 lie in the union of the boundaries of g1 and g2
Tests if a Dimensionally Extended 9-Intersection Model (DE-9IM) intersectionMatrix value satisfies an intersectionMatrixPattern
These functions allow testing and evaluating the spatial (topological) relationship between two geometries
Compares two geometries and returns it (TRUE) if the geometries are equal and the coordinates are in the same order
Returns TRUE if the Geometries "spatially overlap"
If a geometry or geography shares any portion of space then they intersect
Returns TRUE if the given Geometries are "spatially equal"
Overlaps, Touches, Within imply geometries are not spatially disjoint, unless they return true, then they are not spatially disjoint
Given 2 linestrings, returns an integer between -3 and 3 indicating what kind of crossing behavior exists between them
For geometry type returns true if the 3d distance between two objects is within distance_of_srid specified projected units
Takes two geometry objects and returns TRUE if their intersection "spatially cross", but not all interior points in common
Returns true if the 3D geometries are fully within the specified distance of one another
Returns 1 (TRUE) if no point in Geometry/Geography A is outside Geometry/Geography B
Returns true if B intersects the interior of A but not the boundary (or exterior)
Returns 1 (TRUE) if no point in Geometry/Geography B is outside Geometry/Geography A
Geo 'A' contains Geo 'B' ONLY IF no points of B lie in the exterior of A, and at least one point of B interior lies in A interior
Overlaps, Touches, Within all imply spatial intersection and if any returns true, then the geometries also spatially intersect