PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
int gserialized2_get_gbox_p | ( | const GSERIALIZED * | g, |
GBOX * | box | ||
) |
Read the box from the GSERIALIZED or calculate it if necessary.
Return #LWFAILURE if box cannot be calculated (NULL or EMPTY input).
Read the box from the GSERIALIZED or calculate it if necessary.
Definition at line 581 of file gserialized2.c.
References gbox_float_round(), gserialized2_peek_gbox_p(), gserialized2_read_gbox_p(), LW_SUCCESS, lwgeom_calculate_gbox(), lwgeom_free(), and lwgeom_from_gserialized().
Referenced by gserialized_get_gbox_p().