GeoSQL.MM3.ThreeD (GeoSQL v0.1.0)

View Source

SQL/MM3 3D functions, typically prefixed with ST_3D or CG_3D in the standard.

This may require additional dependencies and configuration in the GIS store. For example, PostGIS requires the SFCGAL backend for some of these functions.

Summary

Functions

area(geometry)

(macro)

d_within(geometryA, geometryB, distance)

(macro)

difference(geometryA, geometryB)

(macro)

distance(geometryA, geometryB)

(macro)

intersection(geometryA, geometryB)

(macro)

intersects(geometryA, geometryB)

(macro)

length(geometryA)

(macro)

perimeter(geometryA)

(macro)

union(geometrySet)

(macro)

union(geometryA, geometryB)

(macro)

volume(geometry)

(macro)