MobilityDB 1.3
Loading...
Searching...
No Matches

◆ geom_min_bounding_radius()

GSERIALIZED * geom_min_bounding_radius ( const GSERIALIZED geom,
double *  radius 
)

Return the center point and radius of the smallest circle that contains a geometry.

Parameters
[in]geomGeometry
[out]radiusRadius
Note
The corresponding PostGIS function ST_MinimumBoundingCircle is much slower despite it uses the same algorithm

Welzl, Emo (1991), "Smallest enclosing disks (balls and elipsoids)." New Results and Trends in Computer Science (H. Maurer, Ed.), Lecture Notes in Computer Science, 555 (1991) 359-370.