PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
Datum ST_MinimumBoundingCircle | ( | PG_FUNCTION_ARGS | ) |
Definition at line 1162 of file lwgeom_functions_analytic.c.
References LWBOUNDINGCIRCLE::center, dumpnode::geom, geometry_serialize(), gserialized_get_srid(), gserialized_is_empty(), LW_FALSE, LW_TRUE, lwboundingcircle_destroy(), lwgeom_calculate_mbc(), lwgeom_free(), lwgeom_from_gserialized(), lwpoint_as_lwgeom(), lwpoint_construct_empty(), lwpoint_make2d(), lwpoly_as_lwgeom(), lwpoly_construct_circle(), PG_FUNCTION_INFO_V1(), LWBOUNDINGCIRCLE::radius, LWGEOM::srid, ST_GeometricMedian(), POINT2D::x, and POINT2D::y.
Referenced by ST_MinimumBoundingRadius().