ST_MinimumClearanceLine — Gibt ein Linienstück mit zwei Punkten zurück, welche sich über das Mindestabstandsmaß erstreckt.
Geometry ST_MinimumClearanceLine(
geometry g)
;
Returns the two-point LineString spanning a geometry's minimum clearance. If the geometry does not have a minimum clearance, LINESTRING EMPTY
is returned.
Wird durch das GEOS Modul ausgeführt
Verfügbarkeit: 2.3.0 - benötigt GEOS >= 3.6.0