GeoSQL.PostGIS.Operators (GeoSQL v0.1.0)

View Source

Non-standard GIS operators found in PostGIS.

These are often more optimized and/or specialized than their ST_* equivalents.

Summary

Functions

bbox_equals?(geometryA, geometryB)

(macro)

bbox_intersects?(geometryA, geometryB)

(macro)

bbox_nd_intersects?(geometryA, geometryB)

(macro)

contained_by?(geometryA, geometryB)

(macro)

contains?(geometryA, geometryB)

(macro)

distance_2d(geometryA, geometryB)

(macro)

distance_at_closest_approach(geometryA, geometryB)

(macro)

distance_between_bboxes(geometryA, geometryB)

(macro)

distance_nd(geometryA, geometryB)

(macro)

equal?(geometryA, geometryB)

(macro)

overlaps_or_to_the?(direction, geometryA, geometryB)

(macro)

strictly_to_the?(direction, geometryA, geometryB)

(macro)