Skip to content
🌵SedonaDB (Rust) 0.3.0 is out now, featuring larger-than-memory spatial joins, and row-level CRS!

ST_3DDistance

Introduction: Return the 3-dimensional minimum cartesian distance between A and B

ST_3DDistance

Format: ST_3DDistance (A:geometry, B:geometry)

Return type: Double

SQL example:

SELECT ST_3DDistance(polygondf.countyshape, polygondf.countyshape)
FROM polygondf