Name

ST_ApproximateMedialAxis — Deprecated alias for CG_ApproximateMedialAxis.

Synopsis

geometry ST_ApproximateMedialAxis(geometry geom);

Description

[Warning]

ST_ApproximateMedialAxis is deprecated as of 3.5.0. Use CG_ApproximateMedialAxis instead.

[Note]

Like CG_ApproximateMedialAxis, this function ignores the Z dimension and always gives a 2D result, even when used on a 3D geometry.

Availability: 2.2.0

This method needs SFCGAL backend.