Skip to main content
Returns the smallest circle polygon that contains a geometry. The optional quadrantSegments parameter determines how many segments to use per quadrant and the default number of segments has been changed to 48 since v1.5.0. ST_MinimumBoundingCircle

Signatures

Parameters

geom
Geometry
required
The input geometry.
quadrantSegments
Integer
The number of segments per quadrant used to approximate the circle. Defaults to 48.

Return type

The resulting geometry.

Example