PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
int gserialized_fast_gbox_p | ( | const GSERIALIZED * | g, |
GBOX * | box | ||
) |
Read the box from the GSERIALIZED or return #LWFAILURE if box is unavailable.
Pull a GBOX from the header of a GSERIALIZED, if one is available.
If it is not, return LW_FAILURE.
Pull a GBOX from the header of a GSERIALIZED, if one is available.
If it is not, return LW_FAILURE.
Definition at line 77 of file gserialized.c.