Skip to main content
Returns a line string representing the exterior ring of the POLYGON geometry. Return NULL if the geometry is not a polygon. ST_ExteriorRing

Signatures

Parameters

geom
Geometry
required
The input geometry.

Return type

The resulting geometry.

Example