PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
void lwgeom_drop_bbox | ( | LWGEOM * | lwgeom | ) |
Call this function to drop BBOX and SRID from LWGEOM.
If LWGEOM type is not flagged with the HASBBOX flag and has a bbox, it will be released.
Definition at line 673 of file lwgeom.c.
References LWGEOM::bbox, LWGEOM::flags, FLAGS_SET_BBOX, and lwfree().
Referenced by geography_from_geometry(), geography_segmentize(), LWGEOM_collect(), LWGEOM_collect_garray(), LWGEOM_longitude_shift(), lwgeom_refresh_bbox(), and test_gserialized_peek_gbox_p_fails_for_unsupported_cases().