PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
Calculate the gbox for this goemetry, a cartesian box or geodetic box, depending on how it is flagged.
Calculate bounding box of a geometry, automatically taking into account whether it is cartesian or geodetic.
Definition at line 701 of file lwgeom.c.
References GBOX::flags, LWGEOM::flags, FLAGS_GET_GEODETIC, lwgeom_calculate_gbox_cartesian(), and lwgeom_calculate_gbox_geodetic().
Referenced by BOX3D_combine(), create_v_line(), geometry_to_polygon(), gserialized_get_gbox_p(), lw_dist2d_check_overlap(), lwcollection_extract(), lwgeom_add_bbox(), lwgeom_add_bbox_deep(), lwgeom_cpa_within(), LWGEOM_envelope(), LWGEOM_expand(), lwgeom_from_gserialized(), lwgeom_tcpa(), LWGEOM_to_BOX(), LWGEOM_to_BOX2D(), LWGEOM_to_BOX3D(), lwpoly_to_points(), mvt_geom(), test_gserialized_get_gbox_geocentric(), and test_gserialized_peek_gbox_p_gets_correct_box().