Definition at line 346 of file gserialized2.c.
347{
348 uint8_t gflags = g->
gflags;
349
351
352
354
355
357 {
358 int i = 0;
360 gbox->
xmin = fbox[i++];
361 gbox->
xmax = fbox[i++];
362 gbox->
ymin = fbox[i++];
363 gbox->
ymax = fbox[i++];
364
365
367 {
368 gbox->
zmin = fbox[i++];
369 gbox->
zmax = fbox[i++];
371 }
372
374 {
375 gbox->
zmin = fbox[i++];
376 gbox->
zmax = fbox[i++];
377 }
379 {
380 gbox->
mmin = fbox[i++];
381 gbox->
mmax = fbox[i++];
382 }
384 }
386}
const float * gserialized2_get_float_box_p(const GSERIALIZED *g, size_t *ndims)
Point into the float box area of the serialization.
lwflags_t gserialized2_get_lwflags(const GSERIALIZED *g)
Read the flags from a GSERIALIZED and return a standard lwflag integer.
#define G2FLAGS_GET_BBOX(gflags)
#define G2FLAGS_GET_GEODETIC(gflags)
#define G2FLAGS_GET_Z(gflags)
#define G2FLAGS_GET_M(gflags)
References GBOX::flags, G2FLAGS_GET_BBOX, G2FLAGS_GET_GEODETIC, G2FLAGS_GET_M, G2FLAGS_GET_Z, GSERIALIZED::gflags, gserialized2_get_float_box_p(), gserialized2_get_lwflags(), LW_FAILURE, LW_SUCCESS, GBOX::mmax, GBOX::mmin, GBOX::xmax, GBOX::xmin, GBOX::ymax, GBOX::ymin, GBOX::zmax, and GBOX::zmin.
Referenced by gserialized2_fast_gbox_p(), gserialized2_get_gbox_p(), and lwgeom_from_gserialized2().